Udostępnij za pośrednictwem


Usage Konstruktory

Definicja

Przeciążenia

Usage()

Inicjuje nowe wystąpienie klasy Usage.

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

Inicjuje nowe wystąpienie klasy Usage.

Usage()

Inicjuje nowe wystąpienie klasy Usage.

public Usage ();
Public Sub New ()

Dotyczy

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

Inicjuje nowe wystąpienie klasy 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

Rodzaj zasobu.

displayName
String

Przyjazna nazwa wyświetlana w interfejsie użytkownika.

resourceName
String

Nazwa zasobu przydziału.

unit
String

Jednostki miary dla zasobu przydziału.

currentValue
Nullable<Int64>

Bieżąca wartość licznika zasobów.

limit
Nullable<Int64>

Limit zasobów.

nextResetTime
Nullable<DateTime>

Następnym razem zresetuj licznik zasobów.

computeMode
Nullable<ComputeModeOptions>

Tryb obliczeniowy używany do tego użycia. Możliwe wartości to: "Shared", "Dedicated", "Dynamic"

siteMode
String

Tryb witryny używany do tego użycia.

Dotyczy