Sdílet prostřednictvím


Usage Konstruktory

Definice

Přetížení

Usage()

Inicializuje novou instanci Třídy Usage.

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

Inicializuje novou instanci Třídy Usage.

Usage()

Inicializuje novou instanci Třídy Usage.

public Usage ();
Public Sub New ()

Platí pro

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

Inicializuje novou instanci Třídy 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)

Parametry

unit
String

Výčet popisující jednotku měření využití. Mezi možné hodnoty patří: Count

currentValue
Nullable<Int32>

Aktuální využití prostředku.

limit
Nullable<Int64>

Maximální povolené využití prostředku.

name
UsageName

Název typu použití.

Platí pro