Delen via


CreateProtectionContainerInputProperties Constructors

Definition

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.

Applies to