Share via


AddDisksInputProperties Constructors

Definition

Overloads

AddDisksInputProperties()

Initializes a new instance of the AddDisksInputProperties class.

AddDisksInputProperties(AddDisksProviderSpecificInput)

Initializes a new instance of the AddDisksInputProperties class.

AddDisksInputProperties()

Initializes a new instance of the AddDisksInputProperties class.

public AddDisksInputProperties ();
Public Sub New ()

Applies to

AddDisksInputProperties(AddDisksProviderSpecificInput)

Initializes a new instance of the AddDisksInputProperties class.

public AddDisksInputProperties (Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.AddDisksProviderSpecificInput providerSpecificDetails);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.AddDisksInputProperties : Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.AddDisksProviderSpecificInput -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.AddDisksInputProperties
Public Sub New (providerSpecificDetails As AddDisksProviderSpecificInput)

Parameters

providerSpecificDetails
AddDisksProviderSpecificInput

The ReplicationProviderInput. For HyperVReplicaAzure provider, it will be AzureEnableProtectionInput object. For San provider, it will be SanEnableProtectionInput object. For HyperVReplicaAzure provider, it can be null.

Applies to