Číst v angličtině

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 ();

Platí pro

Azure SDK for .NET Legacy
Produkt Verze
Azure SDK for .NET Legacy

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);

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

Azure SDK for .NET Legacy
Produkt Verze
Azure SDK for .NET Legacy