ServerUsage Interface
public interface ServerUsage
An immutable client-side representation of ServerUsage.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract Double |
currentValue()
Gets the current |
| abstract String |
displayName()
Gets the display |
|
abstract
Server |
innerModel()
Gets the inner com. |
| abstract Double |
limit()
Gets the limit property: The current limit of the metric. |
| abstract String |
name()
Gets the name property: Name of the server 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 metric. |
Method Details
currentValue
public abstract Double currentValue()
Gets the currentValue property: The current value of the metric.
Returns:
displayName
public abstract String displayName()
Gets the displayName property: The metric display name.
Returns:
innerModel
public abstract ServerUsageInner innerModel()
Gets the inner com.azure.resourcemanager.synapse.fluent.models.ServerUsageInner object.
Returns:
limit
public abstract Double limit()
Gets the limit property: The current limit of the metric.
Returns:
name
public abstract String name()
Gets the name property: Name of the server usage metric.
Returns:
nextResetTime
public abstract OffsetDateTime nextResetTime()
Gets the nextResetTime property: The next reset time for the 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 metric.
Returns: