Share via


DiskDetails Constructors

Definition

Overloads

DiskDetails()

Initializes a new instance of the DiskDetails class.

DiskDetails(Nullable<Int64>, String, String, String)

Initializes a new instance of the DiskDetails class.

DiskDetails()

Initializes a new instance of the DiskDetails class.

public DiskDetails ();
Public Sub New ()

Applies to

DiskDetails(Nullable<Int64>, String, String, String)

Initializes a new instance of the DiskDetails class.

public DiskDetails (long? maxSizeMb = default, string vhdType = default, string vhdId = default, string vhdName = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.DiskDetails : Nullable<int64> * string * string * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.DiskDetails
Public Sub New (Optional maxSizeMb As Nullable(Of Long) = Nothing, Optional vhdType As String = Nothing, Optional vhdId As String = Nothing, Optional vhdName As String = Nothing)

Parameters

maxSizeMb
Nullable<Int64>

The hard disk max size in MB.

vhdType
String

The type of the volume.

vhdId
String

The VHD Id.

vhdName
String

The VHD name.

Applies to