OSDiskDetails 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
OSDiskDetails() |
Initializes a new instance of the OSDiskDetails class. |
OSDiskDetails(String, String, String) |
Initializes a new instance of the OSDiskDetails class. |
OSDiskDetails()
Initializes a new instance of the OSDiskDetails class.
public OSDiskDetails ();
Public Sub New ()
Applies to
OSDiskDetails(String, String, String)
Initializes a new instance of the OSDiskDetails class.
public OSDiskDetails (string osVhdId = default, string osType = default, string vhdName = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.OSDiskDetails : string * string * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.OSDiskDetails
Public Sub New (Optional osVhdId As String = Nothing, Optional osType As String = Nothing, Optional vhdName As String = Nothing)
Parameters
- osVhdId
- String
The id of the disk containing the OS.
- osType
- String
The type of the OS on the VM.
- vhdName
- String
The OS disk VHD name.