Usage Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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.
- 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
Azure SDK for .NET