Sdílet prostřednictvím


Usage Konstruktory

Definice

Přetížení

Usage()

Inicializuje novou instanci Třídy Usage.

Usage(String, String, String, String, String, String, String, Nullable<Int64>, Nullable<Int64>, Nullable<DateTime>, Nullable<ComputeModeOptions>, String)

Inicializuje novou instanci Třídy Usage.

Usage()

Inicializuje novou instanci Třídy Usage.

public Usage ();
Public Sub New ()

Platí pro

Usage(String, String, String, String, String, String, String, Nullable<Int64>, Nullable<Int64>, Nullable<DateTime>, Nullable<ComputeModeOptions>, String)

Inicializuje novou instanci Třídy Usage.

public Usage (string id = default, string name = default, string type = default, string kind = default, string displayName = default, string resourceName = default, string unit = default, long? currentValue = default, long? limit = default, DateTime? nextResetTime = default, Microsoft.Azure.Management.AppService.Fluent.Models.ComputeModeOptions? computeMode = default, string siteMode = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.Usage : string * string * string * string * string * string * string * Nullable<int64> * Nullable<int64> * Nullable<DateTime> * Nullable<Microsoft.Azure.Management.AppService.Fluent.Models.ComputeModeOptions> * string -> Microsoft.Azure.Management.AppService.Fluent.Models.Usage
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional kind As String = Nothing, Optional displayName As String = Nothing, Optional resourceName As String = Nothing, Optional unit As String = Nothing, Optional currentValue As Nullable(Of Long) = Nothing, Optional limit As Nullable(Of Long) = Nothing, Optional nextResetTime As Nullable(Of DateTime) = Nothing, Optional computeMode As Nullable(Of ComputeModeOptions) = Nothing, Optional siteMode As String = Nothing)

Parametry

id
String
name
String
type
String
kind
String

Druh prostředku.

displayName
String

Popisný název zobrazený v uživatelském rozhraní

resourceName
String

Název prostředku kvóty.

unit
String

Měrné jednotky pro prostředek kvóty.

currentValue
Nullable<Int64>

Aktuální hodnota čítače prostředků.

limit
Nullable<Int64>

Limit prostředků.

nextResetTime
Nullable<DateTime>

Příští resetování času pro čítač prostředků

computeMode
Nullable<ComputeModeOptions>

Pro toto využití se používá výpočetní režim. Mezi možné hodnoty patří: Shared, Dedicated, Dynamic.

siteMode
String

Pro toto použití se používá režim webu.

Platí pro