SubscriptionUsageInner 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
SubscriptionUsageInner() |
Initializes a new instance of the SubscriptionUsageInner class. |
SubscriptionUsageInner(String, String, String, String, Nullable<Double>, Nullable<Double>, String) |
Initializes a new instance of the SubscriptionUsageInner class. |
SubscriptionUsageInner()
Initializes a new instance of the SubscriptionUsageInner class.
public SubscriptionUsageInner ();
Public Sub New ()
Applies to
SubscriptionUsageInner(String, String, String, String, Nullable<Double>, Nullable<Double>, String)
Initializes a new instance of the SubscriptionUsageInner class.
public SubscriptionUsageInner (string id = default, string name = default, string type = default, string displayName = default, double? currentValue = default, double? limit = default, string unit = default);
new Microsoft.Azure.Management.Sql.Fluent.Models.SubscriptionUsageInner : string * string * string * string * Nullable<double> * Nullable<double> * string -> Microsoft.Azure.Management.Sql.Fluent.Models.SubscriptionUsageInner
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional displayName As String = Nothing, Optional currentValue As Nullable(Of Double) = Nothing, Optional limit As Nullable(Of Double) = Nothing, Optional unit As String = Nothing)
Parameters
- id
- String
- name
- String
- type
- String
- displayName
- String
User-readable name of the metric.
- unit
- String
Unit of the metric.
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