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 currentValue property: The current value of the metric.

abstract String displayName()

Gets the displayName property: The metric display name.

abstract ServerUsageInner innerModel()

Gets the inner com.azure.resourcemanager.synapse.fluent.models.ServerUsageInner object.

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 OffsetDateTime nextResetTime()

Gets the nextResetTime property: The next reset time for the metric (ISO8601 format).

abstract String resourceName()

Gets the resourceName property: The name of 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:

the currentValue value.

displayName

public abstract String displayName()

Gets the displayName property: The metric display name.

Returns:

the displayName value.

innerModel

public abstract ServerUsageInner innerModel()

Gets the inner com.azure.resourcemanager.synapse.fluent.models.ServerUsageInner object.

Returns:

the inner object.

limit

public abstract Double limit()

Gets the limit property: The current limit of the metric.

Returns:

the limit value.

name

public abstract String name()

Gets the name property: Name of the server usage metric.

Returns:

the name value.

nextResetTime

public abstract OffsetDateTime nextResetTime()

Gets the nextResetTime property: The next reset time for the metric (ISO8601 format).

Returns:

the nextResetTime value.

resourceName

public abstract String resourceName()

Gets the resourceName property: The name of the resource.

Returns:

the resourceName value.

unit

public abstract String unit()

Gets the unit property: The units of the metric.

Returns:

the unit value.

Applies to