Share via


RemoveDisksInputProperties Constructors

Definition

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.

Applies to