Usage 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
Usage() |
Initialise une nouvelle instance de la classe Usage. |
Usage(String, Name, String, String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>) |
Initialise une nouvelle instance de la classe Usage. |
Usage()
Initialise une nouvelle instance de la classe Usage.
public Usage ();
Public Sub New ()
S’applique à
Usage(String, Name, String, String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>)
Initialise une nouvelle instance de la classe Usage.
public Usage (string id = default, Microsoft.Azure.Management.Sql.Models.Name name = default, string type = default, string unit = default, int? currentValue = default, int? limit = default, int? requestedLimit = default);
new Microsoft.Azure.Management.Sql.Models.Usage : string * Microsoft.Azure.Management.Sql.Models.Name * string * string * Nullable<int> * Nullable<int> * Nullable<int> -> Microsoft.Azure.Management.Sql.Models.Usage
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 à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET