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