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

abstract String displayName()

Gets the displayName property: The usage metric display name.

abstract SqlPoolUsageInner innerModel()

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

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

Gets the nextResetTime property: The next reset time for the usage 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 usage metric.

Method Details

currentValue

public abstract Double currentValue()

Gets the currentValue property: The current value of the usage metric.

Returns:

the currentValue value.

displayName

public abstract String displayName()

Gets the displayName property: The usage metric display name.

Returns:

the displayName value.

innerModel

public abstract SqlPoolUsageInner innerModel()

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

Returns:

the inner object.

limit

public abstract Double limit()

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

Returns:

the limit value.

name

public abstract String name()

Gets the name property: The name of the usage metric.

Returns:

the name value.

nextResetTime

public abstract OffsetDateTime nextResetTime()

Gets the nextResetTime property: The next reset time for the usage 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 usage metric.

Returns:

the unit value.

Applies to