ServerUsageInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. sql. fluent. models. ServerUsageInner
- com.
- com.
public final class ServerUsageInner
extends ProxyResource
Usage metric of a server.
Constructor Summary
Constructor | Description |
---|---|
ServerUsageInner() |
Creates an instance of Server |
Method Summary
Modifier and Type | Method and Description |
---|---|
Double |
currentValue()
Get the current |
String |
displayName()
Get the display |
static
Server |
fromJson(JsonReader jsonReader)
Reads an instance of Server |
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
ServerUsageInner
public ServerUsageInner()
Creates an instance of ServerUsageInner 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 ServerUsageInner fromJson(JsonReader jsonReader)
Reads an instance of ServerUsageInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
ServerUsageInner.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:
ServerUsageInner.name()Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
ServerUsageInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
ServerUsageInner.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