UsageInner Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
UsageInner() |
Initialise une nouvelle instance de la classe UsageInner. |
UsageInner(String, Name, String, String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>) |
Initialise une nouvelle instance de la classe UsageInner. |
UsageInner()
Initialise une nouvelle instance de la classe UsageInner.
public UsageInner ();
Public Sub New ()
S’applique à
UsageInner(String, Name, String, String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>)
Initialise une nouvelle instance de la classe UsageInner.
public UsageInner (string id = default, Microsoft.Azure.Management.Sql.Fluent.Models.Name name = default, string type = default, string unit = default, int? currentValue = default, int? limit = default, int? requestedLimit = default);
new Microsoft.Azure.Management.Sql.Fluent.Models.UsageInner : string * Microsoft.Azure.Management.Sql.Fluent.Models.Name * string * string * Nullable<int> * Nullable<int> * Nullable<int> -> Microsoft.Azure.Management.Sql.Fluent.Models.UsageInner
Public Sub New (Optional id As String = Nothing, Optional name As Name = Nothing, Optional type As String = Nothing, Optional unit As String = Nothing, Optional currentValue As Nullable(Of Integer) = Nothing, Optional limit As Nullable(Of Integer) = Nothing, Optional requestedLimit As Nullable(Of Integer) = Nothing)
Paramètres
- id
- String
ID de la ressource
- name
- Name
Nom de la ressource.
- type
- String
Type de ressource.
- unit
- String
Unité d’utilisation.
S’applique à
Azure SDK for .NET