Share via


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