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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET