Microsoft.Azure.Commands.RecoveryServices.GetAzureSiteRecoveryProtectionEntity.GetAll C# (CSharp) Method

GetAll() private method

Queries all.
private GetAll ( ) : void
return void
        private void GetAll()
        {
            ProtectionEntityListResponse protectionEntityListResponse =
                RecoveryServicesClient.GetAzureSiteRecoveryProtectionEntity(
                this.ProtectionContainerId);

            this.WriteProtectionEntities(protectionEntityListResponse.ProtectionEntities);
        }