98 строки
5.1 KiB
YAML
98 строки
5.1 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.machinelearning.models.ResourceQuota"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.ResourceQuota"
|
|
name: "ResourceQuota"
|
|
nameWithType: "ResourceQuota"
|
|
summary: "An immutable client-side representation of Resource<wbr>Quota."
|
|
syntax: "public interface **ResourceQuota**"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.ResourceQuota.amlWorkspaceLocation()"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.ResourceQuota.amlWorkspaceLocation()"
|
|
name: "amlWorkspaceLocation()"
|
|
nameWithType: "ResourceQuota.amlWorkspaceLocation()"
|
|
summary: "Gets the aml<wbr>Workspace<wbr>Location property: Region of the AML workspace in the id."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String amlWorkspaceLocation()"
|
|
desc: "Gets the amlWorkspaceLocation property: Region of the AML workspace in the id."
|
|
returns:
|
|
description: "the amlWorkspaceLocation value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.ResourceQuota.id()"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.ResourceQuota.id()"
|
|
name: "id()"
|
|
nameWithType: "ResourceQuota.id()"
|
|
summary: "Gets the id property: Specifies the resource ID."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String id()"
|
|
desc: "Gets the id property: Specifies the resource ID."
|
|
returns:
|
|
description: "the id value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.ResourceQuota.innerModel()"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.ResourceQuota.innerModel()"
|
|
name: "innerModel()"
|
|
nameWithType: "ResourceQuota.innerModel()"
|
|
summary: "Gets the inner com.<wbr>azure.<wbr>resourcemanager.<wbr>machinelearning.<wbr>fluent.<wbr>models.<wbr>Resource<wbr>Quota<wbr>Inner object."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract ResourceQuotaInner innerModel()"
|
|
desc: "Gets the inner com.azure.resourcemanager.machinelearning.fluent.models.ResourceQuotaInner object."
|
|
returns:
|
|
description: "the inner object."
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearning.fluent.models.ResourceQuotaInner?alt=com.azure.resourcemanager.machinelearning.fluent.models.ResourceQuotaInner&text=ResourceQuotaInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.ResourceQuota.limit()"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.ResourceQuota.limit()"
|
|
name: "limit()"
|
|
nameWithType: "ResourceQuota.limit()"
|
|
summary: "Gets the limit property: The maximum permitted quota of the resource."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Long limit()"
|
|
desc: "Gets the limit property: The maximum permitted quota of the resource."
|
|
returns:
|
|
description: "the limit value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.ResourceQuota.name()"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.ResourceQuota.name()"
|
|
name: "name()"
|
|
nameWithType: "ResourceQuota.name()"
|
|
summary: "Gets the name property: Name of the resource."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract ResourceName name()"
|
|
desc: "Gets the name property: Name of the resource."
|
|
returns:
|
|
description: "the name value."
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.ResourceName?alt=com.azure.resourcemanager.machinelearning.models.ResourceName&text=ResourceName\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.ResourceQuota.type()"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.ResourceQuota.type()"
|
|
name: "type()"
|
|
nameWithType: "ResourceQuota.type()"
|
|
summary: "Gets the type property: Specifies the resource type."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String type()"
|
|
desc: "Gets the type property: Specifies the resource type."
|
|
returns:
|
|
description: "the type value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.ResourceQuota.unit()"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.ResourceQuota.unit()"
|
|
name: "unit()"
|
|
nameWithType: "ResourceQuota.unit()"
|
|
summary: "Gets the unit property: An enum describing the unit of quota measurement."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract QuotaUnit unit()"
|
|
desc: "Gets the unit property: An enum describing the unit of quota measurement."
|
|
returns:
|
|
description: "the unit value."
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.QuotaUnit?alt=com.azure.resourcemanager.machinelearning.models.QuotaUnit&text=QuotaUnit\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "interface"
|
|
desc: "An immutable client-side representation of ResourceQuota."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.machinelearning.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearning:1.1.0
|