DiskInformation Constructors

Definition

Overloads

DiskInformation()

Initializes a new instance of the DiskInformation class.

DiskInformation(Nullable<Int32>, String)

Initializes a new instance of the DiskInformation class.

DiskInformation()

Initializes a new instance of the DiskInformation class.

public DiskInformation ();
Public Sub New ()

Applies to

DiskInformation(Nullable<Int32>, String)

Initializes a new instance of the DiskInformation class.

public DiskInformation (int? lun = default, string name = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.DiskInformation : Nullable<int> * string -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.DiskInformation
Public Sub New (Optional lun As Nullable(Of Integer) = Nothing, Optional name As String = Nothing)

Parameters

name
String

Applies to