SqlPoolUsage Interface
public interface SqlPoolUsage
An immutable client-side representation of SqlPoolUsage.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract Double |
currentValue()
Gets the current |
| abstract String |
displayName()
Gets the display |
|
abstract
Sql |
innerModel()
Gets the inner com. |
| abstract Double |
limit()
Gets the limit property: The current limit of the usage metric. |
| abstract String |
name()
Gets the name property: The name of the usage metric. |
|
abstract
Offset |
nextResetTime()
Gets the next |
| abstract String |
resourceName()
Gets the resource |
| abstract String |
unit()
Gets the unit property: The units of the usage metric. |
Method Details
currentValue
public abstract Double currentValue()
Gets the currentValue property: The current value of the usage metric.
Returns:
displayName
public abstract String displayName()
Gets the displayName property: The usage metric display name.
Returns:
innerModel
public abstract SqlPoolUsageInner innerModel()
Gets the inner com.azure.resourcemanager.synapse.fluent.models.SqlPoolUsageInner object.
Returns:
limit
public abstract Double limit()
Gets the limit property: The current limit of the usage metric.
Returns:
name
public abstract String name()
Gets the name property: The name of the usage metric.
Returns:
nextResetTime
public abstract OffsetDateTime nextResetTime()
Gets the nextResetTime property: The next reset time for the usage metric (ISO8601 format).
Returns:
resourceName
public abstract String resourceName()
Gets the resourceName property: The name of the resource.
Returns:
unit
public abstract String unit()
Gets the unit property: The units of the usage metric.
Returns: