ResourceQuota Interface

public interface ResourceQuota

An immutable client-side representation of ResourceQuota.

Method Summary

Modifier and Type Method and Description
abstract String amlWorkspaceLocation()

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

abstract String id()

Gets the id property: Specifies the resource ID.

abstract ResourceQuotaInner innerModel()

Gets the inner com.azure.resourcemanager.machinelearningservices.fluent.models.ResourceQuotaInner object.

abstract Long limit()

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

abstract ResourceName name()

Gets the name property: Name of the resource.

abstract String type()

Gets the type property: Specifies the resource type.

abstract QuotaUnit unit()

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

Method Details

amlWorkspaceLocation

public abstract String amlWorkspaceLocation()

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

Returns:

the amlWorkspaceLocation value.

id

public abstract String id()

Gets the id property: Specifies the resource ID.

Returns:

the id value.

innerModel

public abstract ResourceQuotaInner innerModel()

Gets the inner com.azure.resourcemanager.machinelearningservices.fluent.models.ResourceQuotaInner object.

Returns:

the inner object.

limit

public abstract Long limit()

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

Returns:

the limit value.

name

public abstract ResourceName name()

Gets the name property: Name of the resource.

Returns:

the name value.

type

public abstract String type()

Gets the type property: Specifies the resource type.

Returns:

the type value.

unit

public abstract QuotaUnit unit()

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

Returns:

the unit value.

Applies to