AddDisksInputProperties 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
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.