Usage Interface

public interface Usage

An immutable client-side representation of Usage.

Method Summary

Modifier and Type Method and Description
abstract String amlWorkspaceLocation()

Gets the amlWorkspaceLocation property: Region of the AML workspace in the id.

abstract Long currentValue()

Gets the currentValue property: The current usage of the resource.

abstract String id()

Gets the id property: Specifies the resource ID.

abstract UsageInner innerModel()

Gets the inner com.azure.resourcemanager.machinelearning.fluent.models.UsageInner object.

abstract Long limit()

Gets the limit property: The maximum permitted usage of the resource.

abstract UsageName name()

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

abstract String type()

Gets the type property: Specifies the resource type.

abstract UsageUnit unit()

Gets the unit property: An enum describing the unit of usage measurement.

Method Details

amlWorkspaceLocation

public abstract String amlWorkspaceLocation()

Gets the amlWorkspaceLocation property: Region of the AML workspace in the id.

Returns:

the amlWorkspaceLocation value.

currentValue

public abstract Long currentValue()

Gets the currentValue property: The current usage of the resource.

Returns:

the currentValue value.

id

public abstract String id()

Gets the id property: Specifies the resource ID.

Returns:

the id value.

innerModel

public abstract UsageInner innerModel()

Gets the inner com.azure.resourcemanager.machinelearning.fluent.models.UsageInner object.

Returns:

the inner object.

limit

public abstract Long limit()

Gets the limit property: The maximum permitted usage of the resource.

Returns:

the limit value.

name

public abstract UsageName name()

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

Returns:

the name value.

type

public abstract String type()

Gets the type property: Specifies the resource type.

Returns:

the type value.

unit

public abstract UsageUnit unit()

Gets the unit property: An enum describing the unit of usage measurement.

Returns:

the unit value.

Applies to