Delen via


CreateProtectionContainerMappingInputProperties Constructors

Definition

Overloads

CreateProtectionContainerMappingInputProperties()

Initializes a new instance of the CreateProtectionContainerMappingInputProperties class.

CreateProtectionContainerMappingInputProperties(String, String, ReplicationProviderSpecificContainerMappingInput)

Initializes a new instance of the CreateProtectionContainerMappingInputProperties class.

CreateProtectionContainerMappingInputProperties()

Initializes a new instance of the CreateProtectionContainerMappingInputProperties class.

public CreateProtectionContainerMappingInputProperties ();
Public Sub New ()

Applies to

CreateProtectionContainerMappingInputProperties(String, String, ReplicationProviderSpecificContainerMappingInput)

Initializes a new instance of the CreateProtectionContainerMappingInputProperties class.

public CreateProtectionContainerMappingInputProperties (string targetProtectionContainerId = default, string policyId = default, Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ReplicationProviderSpecificContainerMappingInput providerSpecificInput = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CreateProtectionContainerMappingInputProperties : string * string * Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ReplicationProviderSpecificContainerMappingInput -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CreateProtectionContainerMappingInputProperties
Public Sub New (Optional targetProtectionContainerId As String = Nothing, Optional policyId As String = Nothing, Optional providerSpecificInput As ReplicationProviderSpecificContainerMappingInput = Nothing)

Parameters

targetProtectionContainerId
String

The target unique protection container name.

policyId
String

Applicable policy.

providerSpecificInput
ReplicationProviderSpecificContainerMappingInput

Provider specific input for pairing.

Applies to