Partager via


Usage Constructeurs

Définition

Surcharges

Usage()

Initialise une nouvelle instance de la classe Usage.

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

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(String, Nullable<Int32>, Nullable<Int64>, UsageName)

Initialise une nouvelle instance de la classe Usage.

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

Paramètres

unit
String

Énumération décrivant l’unité de mesure de l’utilisation. Les valeurs possibles sont les suivantes : 'Count'

currentValue
Nullable<Int32>

Utilisation actuelle de la ressource.

limit
Nullable<Int64>

Utilisation maximale autorisée de la ressource.

name
UsageName

Nom du type d’utilisation.

S’applique à