azure-docs-sdk-java/legacy/docs-ref-autogen/com.azure.resourcemanager.m...

110 строки
5.7 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.machinelearningservices.models.Usage"
fullName: "com.azure.resourcemanager.machinelearningservices.models.Usage"
name: "Usage"
nameWithType: "Usage"
summary: "An immutable client-side representation of Usage."
syntax: "public interface **Usage**"
methods:
- uid: "com.azure.resourcemanager.machinelearningservices.models.Usage.amlWorkspaceLocation()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.Usage.amlWorkspaceLocation()"
name: "amlWorkspaceLocation()"
nameWithType: "Usage.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.machinelearningservices.models.Usage.currentValue()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.Usage.currentValue()"
name: "currentValue()"
nameWithType: "Usage.currentValue()"
summary: "Gets the current<wbr>Value property: The current usage of the resource."
modifiers:
- "abstract"
syntax: "public abstract Long currentValue()"
desc: "Gets the currentValue property: The current usage of the resource."
returns:
description: "the currentValue value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
- uid: "com.azure.resourcemanager.machinelearningservices.models.Usage.id()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.Usage.id()"
name: "id()"
nameWithType: "Usage.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.machinelearningservices.models.Usage.innerModel()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.Usage.innerModel()"
name: "innerModel()"
nameWithType: "Usage.innerModel()"
summary: "Gets the inner com.<wbr>azure.<wbr>resourcemanager.<wbr>machinelearningservices.<wbr>fluent.<wbr>models.<wbr>Usage<wbr>Inner object."
modifiers:
- "abstract"
syntax: "public abstract UsageInner innerModel()"
desc: "Gets the inner com.azure.resourcemanager.machinelearningservices.fluent.models.UsageInner object."
returns:
description: "the inner object."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.fluent.models.UsageInner?alt=com.azure.resourcemanager.machinelearningservices.fluent.models.UsageInner&text=UsageInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.Usage.limit()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.Usage.limit()"
name: "limit()"
nameWithType: "Usage.limit()"
summary: "Gets the limit property: The maximum permitted usage of the resource."
modifiers:
- "abstract"
syntax: "public abstract Long limit()"
desc: "Gets the limit property: The maximum permitted usage 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.machinelearningservices.models.Usage.name()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.Usage.name()"
name: "name()"
nameWithType: "Usage.name()"
summary: "Gets the name property: The name of the type of usage."
modifiers:
- "abstract"
syntax: "public abstract UsageName name()"
desc: "Gets the name property: The name of the type of usage."
returns:
description: "the name value."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.UsageName?alt=com.azure.resourcemanager.machinelearningservices.models.UsageName&text=UsageName\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.Usage.type()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.Usage.type()"
name: "type()"
nameWithType: "Usage.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.machinelearningservices.models.Usage.unit()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.Usage.unit()"
name: "unit()"
nameWithType: "Usage.unit()"
summary: "Gets the unit property: An enum describing the unit of usage measurement."
modifiers:
- "abstract"
syntax: "public abstract UsageUnit unit()"
desc: "Gets the unit property: An enum describing the unit of usage measurement."
returns:
description: "the unit value."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.UsageUnit?alt=com.azure.resourcemanager.machinelearningservices.models.UsageUnit&text=UsageUnit\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "An immutable client-side representation of Usage."
metadata: {}
package: "com.azure.resourcemanager.machinelearningservices.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearningservices:1.0.0-beta.1