Aracılığıyla paylaş


ProtectionContainerMappingProperties Constructors

Definition

Overloads

ProtectionContainerMappingProperties()

Initializes a new instance of the ProtectionContainerMappingProperties class.

ProtectionContainerMappingProperties(String, String, ProtectionContainerMappingProviderSpecificDetails, String, IList<HealthError>, String, String, String, String, String, String)

Initializes a new instance of the ProtectionContainerMappingProperties class.

ProtectionContainerMappingProperties()

Initializes a new instance of the ProtectionContainerMappingProperties class.

public ProtectionContainerMappingProperties ();
Public Sub New ()

Applies to

ProtectionContainerMappingProperties(String, String, ProtectionContainerMappingProviderSpecificDetails, String, IList<HealthError>, String, String, String, String, String, String)

Initializes a new instance of the ProtectionContainerMappingProperties class.

public ProtectionContainerMappingProperties (string targetProtectionContainerId = default, string targetProtectionContainerFriendlyName = default, Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ProtectionContainerMappingProviderSpecificDetails providerSpecificDetails = default, string health = default, System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.HealthError> healthErrorDetails = default, string policyId = default, string state = default, string sourceProtectionContainerFriendlyName = default, string sourceFabricFriendlyName = default, string targetFabricFriendlyName = default, string policyFriendlyName = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ProtectionContainerMappingProperties : string * string * Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ProtectionContainerMappingProviderSpecificDetails * string * System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.HealthError> * string * string * string * string * string * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ProtectionContainerMappingProperties
Public Sub New (Optional targetProtectionContainerId As String = Nothing, Optional targetProtectionContainerFriendlyName As String = Nothing, Optional providerSpecificDetails As ProtectionContainerMappingProviderSpecificDetails = Nothing, Optional health As String = Nothing, Optional healthErrorDetails As IList(Of HealthError) = Nothing, Optional policyId As String = Nothing, Optional state As String = Nothing, Optional sourceProtectionContainerFriendlyName As String = Nothing, Optional sourceFabricFriendlyName As String = Nothing, Optional targetFabricFriendlyName As String = Nothing, Optional policyFriendlyName As String = Nothing)

Parameters

targetProtectionContainerId
String

Paired protection container ARM ID.

targetProtectionContainerFriendlyName
String

Friendly name of paired container.

providerSpecificDetails
ProtectionContainerMappingProviderSpecificDetails

Provider specific provider details.

health
String

Health of pairing.

healthErrorDetails
IList<HealthError>

Health error.

policyId
String

Policy ARM Id.

state
String

Association Status.

sourceProtectionContainerFriendlyName
String

Friendly name of source protection container.

sourceFabricFriendlyName
String

Friendly name of source fabric.

targetFabricFriendlyName
String

Friendly name of target fabric.

policyFriendlyName
String

Friendly name of replication policy.

Applies to