Interface ResourceQuota
public interface ResourceQuota
An immutable client-side representation of ResourceQuota.
-
Method Summary
Modifier and TypeMethodDescriptionGets the amlWorkspaceLocation property: Region of the AML workspace in the id.id()Gets the id property: Specifies the resource ID.Gets the inner com.azure.resourcemanager.machinelearning.fluent.models.ResourceQuotaInner object.limit()Gets the limit property: The maximum permitted quota of the resource.name()Gets the name property: Name of the resource.type()Gets the type property: Specifies the resource type.unit()Gets the unit property: An enum describing the unit of quota measurement.
-
Method Details
-
id
String id()Gets the id property: Specifies the resource ID.- Returns:
- the id value.
-
amlWorkspaceLocation
String amlWorkspaceLocation()Gets the amlWorkspaceLocation property: Region of the AML workspace in the id.- Returns:
- the amlWorkspaceLocation value.
-
type
String type()Gets the type property: Specifies the resource type.- Returns:
- the type value.
-
name
ResourceName name()Gets the name property: Name of the resource.- Returns:
- the name value.
-
limit
Long limit()Gets the limit property: The maximum permitted quota of the resource.- Returns:
- the limit value.
-
unit
QuotaUnit unit()Gets the unit property: An enum describing the unit of quota measurement.- Returns:
- the unit value.
-
innerModel
ResourceQuotaInner innerModel()Gets the inner com.azure.resourcemanager.machinelearning.fluent.models.ResourceQuotaInner object.- Returns:
- the inner object.
-