SubscriptionUsageInner Constructors

Definition

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.

currentValue
Nullable<Double>

Current value of the metric.

limit
Nullable<Double>

Boundary value of the metric.

unit
String

Unit of the metric.

Applies to