UsageInner Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
UsageInner() |
Initializes a new instance of the UsageInner class. |
UsageInner(String, Name, String, String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>) |
Initializes a new instance of the UsageInner class. |
UsageInner()
Initializes a new instance of the UsageInner class.
public UsageInner ();
Public Sub New ()
Applies to
UsageInner(String, Name, String, String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>)
Initializes a new instance of the UsageInner class.
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)
Parameters
- id
- String
Resource ID.
- name
- Name
Resource name.
- type
- String
Resource type.
- unit
- String
Usage unit.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET