CreateProtectionContainerInputProperties 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
CreateProtectionContainerInputProperties() |
Initializes a new instance of the CreateProtectionContainerInputProperties class. |
CreateProtectionContainerInputProperties(IList<ReplicationProviderSpecificContainerCreationInput>) |
Initializes a new instance of the CreateProtectionContainerInputProperties class. |
CreateProtectionContainerInputProperties()
Initializes a new instance of the CreateProtectionContainerInputProperties class.
public CreateProtectionContainerInputProperties ();
Public Sub New ()
Applies to
CreateProtectionContainerInputProperties(IList<ReplicationProviderSpecificContainerCreationInput>)
Initializes a new instance of the CreateProtectionContainerInputProperties class.
public CreateProtectionContainerInputProperties (System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ReplicationProviderSpecificContainerCreationInput> providerSpecificInput = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CreateProtectionContainerInputProperties : System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ReplicationProviderSpecificContainerCreationInput> -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CreateProtectionContainerInputProperties
Public Sub New (Optional providerSpecificInput As IList(Of ReplicationProviderSpecificContainerCreationInput) = Nothing)
Parameters
- providerSpecificInput
- IList<ReplicationProviderSpecificContainerCreationInput>
Provider specific inputs for container creation.