你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PSRecoveryServicesClient.GetAzureSiteRecoveryProtectionContainer Method

Definition

Overloads

GetAzureSiteRecoveryProtectionContainer()

Gets Azure Site Recovery Protection Container.

GetAzureSiteRecoveryProtectionContainer(String)

Gets Azure Site Recovery Protection Container.

GetAzureSiteRecoveryProtectionContainer(String, String)

Gets Azure Site Recovery Protection Container.

GetAzureSiteRecoveryProtectionContainer()

Gets Azure Site Recovery Protection Container.

public System.Collections.Generic.List<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ProtectionContainer> GetAzureSiteRecoveryProtectionContainer ();
member this.GetAzureSiteRecoveryProtectionContainer : unit -> System.Collections.Generic.List<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ProtectionContainer>
Public Function GetAzureSiteRecoveryProtectionContainer () As List(Of ProtectionContainer)

Returns

Protection Container list response

Applies to

GetAzureSiteRecoveryProtectionContainer(String)

Gets Azure Site Recovery Protection Container.

public System.Collections.Generic.List<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ProtectionContainer> GetAzureSiteRecoveryProtectionContainer (string fabricName);
member this.GetAzureSiteRecoveryProtectionContainer : string -> System.Collections.Generic.List<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ProtectionContainer>
Public Function GetAzureSiteRecoveryProtectionContainer (fabricName As String) As List(Of ProtectionContainer)

Parameters

fabricName
String

Fabric Name

Returns

Protection Container list response

Applies to

GetAzureSiteRecoveryProtectionContainer(String, String)

Gets Azure Site Recovery Protection Container.

public Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ProtectionContainer GetAzureSiteRecoveryProtectionContainer (string fabricName, string protectionContainerName);
member this.GetAzureSiteRecoveryProtectionContainer : string * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ProtectionContainer
Public Function GetAzureSiteRecoveryProtectionContainer (fabricName As String, protectionContainerName As String) As ProtectionContainer

Parameters

fabricName
String

Fabric Name

protectionContainerName
String

Protection Container ID

Returns

Protection Container response

Applies to