Microsoft.Azure.Commands.SiteRecovery.GetAzureRmSiteRecoveryProtectionContainer.GetAll C# (CSharp) Method

GetAll() private method

Queries all Protection Containers (vault level).
private GetAll ( ) : void
return void
        private void GetAll()
        {
            ProtectionContainerListResponse protectionContainerListResponse = RecoveryServicesClient.GetAzureSiteRecoveryProtectionContainer();
            this.WriteProtectionContainers(protectionContainerListResponse.ProtectionContainers);
        }