Partager via


OSDiskDetails Constructors

Definition

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.

Applies to