SubscriptionUsage Constructors

Definition

Overloads

SubscriptionUsage()

Initializes a new instance of the SubscriptionUsage class.

SubscriptionUsage(String, String, String, String, Nullable<Double>, Nullable<Double>, String)

Initializes a new instance of the SubscriptionUsage class.

SubscriptionUsage()

Initializes a new instance of the SubscriptionUsage class.

public SubscriptionUsage ();
Public Sub New ()

Applies to

SubscriptionUsage(String, String, String, String, Nullable<Double>, Nullable<Double>, String)

Initializes a new instance of the SubscriptionUsage class.

public SubscriptionUsage (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.Models.SubscriptionUsage : string * string * string * string * Nullable<double> * Nullable<double> * string -> Microsoft.Azure.Management.Sql.Models.SubscriptionUsage
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

Resource ID.

name
String

Resource name.

type
String

Resource type.

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