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