SubscriptionUsageInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. sql. fluent. models. SubscriptionUsageInner
- com.
- com.
public final class SubscriptionUsageInner
extends ProxyResource
Usage Metric of a Subscription in a Location.
Constructor Summary
Constructor | Description |
---|---|
SubscriptionUsageInner() |
Creates an instance of Subscription |
Method Summary
Modifier and Type | Method and Description |
---|---|
Double |
currentValue()
Get the current |
String |
displayName()
Get the display |
static
Subscription |
fromJson(JsonReader jsonReader)
Reads an instance of Subscription |
String |
id()
Get the id property: Fully qualified resource Id for the resource. |
Double |
limit()
Get the limit property: Boundary value of the metric. |
String |
name()
Get the name property: The name of the resource. |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: The type of the resource. |
String |
unit()
Get the unit property: Unit of the metric. |
void |
validate()
Validates the instance. |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Constructor Details
SubscriptionUsageInner
public SubscriptionUsageInner()
Creates an instance of SubscriptionUsageInner class.
Method Details
currentValue
public Double currentValue()
Get the currentValue property: Current value of the metric.
Returns:
displayName
public String displayName()
Get the displayName property: User-readable name of the metric.
Returns:
fromJson
public static SubscriptionUsageInner fromJson(JsonReader jsonReader)
Reads an instance of SubscriptionUsageInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
SubscriptionUsageInner.id()Returns:
limit
public Double limit()
Get the limit property: Boundary value of the metric.
Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
SubscriptionUsageInner.name()Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
SubscriptionUsageInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
SubscriptionUsageInner.type()Returns:
unit
public String unit()
Get the unit property: Unit of the metric.
Returns:
validate
public void validate()
Validates the instance.
Applies to
Azure SDK for Java