CreateProtectionContainerMappingInputProperties Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.