RemoveDisksInputProperties 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
RemoveDisksInputProperties() |
Initializes a new instance of the RemoveDisksInputProperties class. |
RemoveDisksInputProperties(RemoveDisksProviderSpecificInput) |
Initializes a new instance of the RemoveDisksInputProperties class. |
RemoveDisksInputProperties()
Initializes a new instance of the RemoveDisksInputProperties class.
public RemoveDisksInputProperties ();
Public Sub New ()
Applies to
RemoveDisksInputProperties(RemoveDisksProviderSpecificInput)
Initializes a new instance of the RemoveDisksInputProperties class.
public RemoveDisksInputProperties (Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RemoveDisksProviderSpecificInput providerSpecificDetails = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RemoveDisksInputProperties : Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RemoveDisksProviderSpecificInput -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RemoveDisksInputProperties
Public Sub New (Optional providerSpecificDetails As RemoveDisksProviderSpecificInput = Nothing)
Parameters
- providerSpecificDetails
- RemoveDisksProviderSpecificInput
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.