DiskInformation 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
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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET