UpdateDiskInput 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
UpdateDiskInput() |
Initializes a new instance of the UpdateDiskInput class. |
UpdateDiskInput(String, String) |
Initializes a new instance of the UpdateDiskInput class. |
UpdateDiskInput()
Initializes a new instance of the UpdateDiskInput class.
public UpdateDiskInput ();
Public Sub New ()
Applies to
UpdateDiskInput(String, String)
Initializes a new instance of the UpdateDiskInput class.
public UpdateDiskInput (string diskId, string targetDiskName = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.UpdateDiskInput : string * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.UpdateDiskInput
Public Sub New (diskId As String, Optional targetDiskName As String = Nothing)
Parameters
- diskId
- String
The disk Id.
- targetDiskName
- String
The target disk name.