Partager via


Usage Constructeurs

Définition

Surcharges

Usage()

Initialise une nouvelle instance de la classe Usage.

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

Initialise une nouvelle instance de la classe Usage.

Usage()

Initialise une nouvelle instance de la classe Usage.

public Usage ();
Public Sub New ()

S’applique à

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

Initialise une nouvelle instance de la classe Usage.

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)

Paramètres

currentValue
Nullable<Int64>

Utilisation actuelle.

limit
Nullable<Int64>

Entier limite.

unit
String

Détails de l’unité. Les valeurs possibles sont les suivantes : 'Count'

name
UsageName

Nom.

id
String

ID de ressource arm complet.

S’applique à