SqlPoolUsageInner Class
- java.
lang. Object - com.
azure. resourcemanager. synapse. fluent. models. SqlPoolUsageInner
- com.
Implements
public final class SqlPoolUsageInner
implements JsonSerializable<SqlPoolUsageInner>
The Sql pool usages.
Constructor Summary
| Constructor | Description |
|---|---|
| SqlPoolUsageInner() |
Creates an instance of Sql |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Double |
currentValue()
Get the current |
| String |
displayName()
Get the display |
|
static
Sql |
fromJson(JsonReader jsonReader)
Reads an instance of Sql |
| Double |
limit()
Get the limit property: The current limit of the usage metric. |
| String |
name()
Get the name property: The name of the usage metric. |
|
Offset |
nextResetTime()
Get the next |
| String |
resourceName()
Get the resource |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
unit()
Get the unit property: The units of the usage metric. |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
SqlPoolUsageInner
public SqlPoolUsageInner()
Creates an instance of SqlPoolUsageInner class.
Method Details
currentValue
public Double currentValue()
Get the currentValue property: The current value of the usage metric.
Returns:
displayName
public String displayName()
Get the displayName property: The usage metric display name.
Returns:
fromJson
public static SqlPoolUsageInner fromJson(JsonReader jsonReader)
Reads an instance of SqlPoolUsageInner from the JsonReader.
Parameters:
Returns:
Throws:
limit
public Double limit()
Get the limit property: The current limit of the usage metric.
Returns:
name
public String name()
Get the name property: The name of the usage metric.
Returns:
nextResetTime
public OffsetDateTime nextResetTime()
Get the nextResetTime property: The next reset time for the usage metric (ISO8601 format).
Returns:
resourceName
public String resourceName()
Get the resourceName property: The name of the resource.
Returns:
toJson
unit
public String unit()
Get the unit property: The units of the usage metric.
Returns:
validate
public void validate()
Validates the instance.