Freigeben über


Usage Konstruktoren

Definition

Überlädt

Usage()

Initialisiert eine neue instance der Usage-Klasse.

Usage(Nullable<Int64>, Nullable<Int64>, String, UsageName, String)

Initialisiert eine neue instance der Usage-Klasse.

Usage()

Initialisiert eine neue instance der Usage-Klasse.

public Usage ();
Public Sub New ()

Gilt für:

Usage(Nullable<Int64>, Nullable<Int64>, String, UsageName, String)

Initialisiert eine neue instance der Usage-Klasse.

public Usage (long? currentValue = default, long? limit = default, string unit = default, Microsoft.Azure.Management.LabServices.Models.UsageName name = default, string id = default);
new Microsoft.Azure.Management.LabServices.Models.Usage : Nullable<int64> * Nullable<int64> * string * Microsoft.Azure.Management.LabServices.Models.UsageName * string -> Microsoft.Azure.Management.LabServices.Models.Usage
Public Sub New (Optional currentValue As Nullable(Of Long) = Nothing, Optional limit As Nullable(Of Long) = Nothing, Optional unit As String = Nothing, Optional name As UsageName = Nothing, Optional id As String = Nothing)

Parameter

currentValue
Nullable<Int64>

Die aktuelle Nutzung.

limit
Nullable<Int64>

Die ganze Limit-Zahl.

unit
String

Die Einheitendetails. Mögliche Werte sind: "Count"

name
UsageName

Der Name.

id
String

Die vollqualifizierte Armressourcen-ID.

Gilt für: