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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET