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

110 строки
7.0 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.machinelearningservices.models.WorkspaceSku"
fullName: "com.azure.resourcemanager.machinelearningservices.models.WorkspaceSku"
name: "WorkspaceSku"
nameWithType: "WorkspaceSku"
summary: "An immutable client-side representation of Workspace<wbr>Sku."
syntax: "public interface **WorkspaceSku**"
methods:
- uid: "com.azure.resourcemanager.machinelearningservices.models.WorkspaceSku.capabilities()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.WorkspaceSku.capabilities()"
name: "capabilities()"
nameWithType: "WorkspaceSku.capabilities()"
summary: "Gets the capabilities property: List of features/user capabilities associated with the sku."
modifiers:
- "abstract"
syntax: "public abstract List<SkuCapability> capabilities()"
desc: "Gets the capabilities property: List of features/user capabilities associated with the sku."
returns:
description: "the capabilities value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.machinelearningservices.models.SkuCapability?alt=com.azure.resourcemanager.machinelearningservices.models.SkuCapability&text=SkuCapability\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.machinelearningservices.models.WorkspaceSku.innerModel()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.WorkspaceSku.innerModel()"
name: "innerModel()"
nameWithType: "WorkspaceSku.innerModel()"
summary: "Gets the inner com.<wbr>azure.<wbr>resourcemanager.<wbr>machinelearningservices.<wbr>fluent.<wbr>models.<wbr>Workspace<wbr>Sku<wbr>Inner object."
modifiers:
- "abstract"
syntax: "public abstract WorkspaceSkuInner innerModel()"
desc: "Gets the inner com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceSkuInner object."
returns:
description: "the inner object."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceSkuInner?alt=com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceSkuInner&text=WorkspaceSkuInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.WorkspaceSku.locationInfo()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.WorkspaceSku.locationInfo()"
name: "locationInfo()"
nameWithType: "WorkspaceSku.locationInfo()"
summary: "Gets the location<wbr>Info property: A list of locations and availability zones in those locations where the SKU is available."
modifiers:
- "abstract"
syntax: "public abstract List<ResourceSkuLocationInfo> locationInfo()"
desc: "Gets the locationInfo property: A list of locations and availability zones in those locations where the SKU is available."
returns:
description: "the locationInfo value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ResourceSkuLocationInfo?alt=com.azure.resourcemanager.machinelearningservices.models.ResourceSkuLocationInfo&text=ResourceSkuLocationInfo\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.machinelearningservices.models.WorkspaceSku.locations()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.WorkspaceSku.locations()"
name: "locations()"
nameWithType: "WorkspaceSku.locations()"
summary: "Gets the locations property: The set of locations that the SKU is available."
modifiers:
- "abstract"
syntax: "public abstract List<String> locations()"
desc: "Gets the locations property: The set of locations that the SKU is available. This will be supported and registered Azure Geo Regions (e.g. West US, East US, Southeast Asia, etc.)."
returns:
description: "the locations value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- uid: "com.azure.resourcemanager.machinelearningservices.models.WorkspaceSku.name()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.WorkspaceSku.name()"
name: "name()"
nameWithType: "WorkspaceSku.name()"
summary: "Gets the name property: The name property."
modifiers:
- "abstract"
syntax: "public abstract String name()"
desc: "Gets the name property: The name property."
returns:
description: "the name value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.machinelearningservices.models.WorkspaceSku.resourceType()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.WorkspaceSku.resourceType()"
name: "resourceType()"
nameWithType: "WorkspaceSku.resourceType()"
summary: "Gets the resource<wbr>Type property: The resource<wbr>Type property."
modifiers:
- "abstract"
syntax: "public abstract String resourceType()"
desc: "Gets the resourceType property: The resourceType property."
returns:
description: "the resourceType value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.machinelearningservices.models.WorkspaceSku.restrictions()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.WorkspaceSku.restrictions()"
name: "restrictions()"
nameWithType: "WorkspaceSku.restrictions()"
summary: "Gets the restrictions property: The restrictions because of which SKU cannot be used."
modifiers:
- "abstract"
syntax: "public abstract List<Restriction> restrictions()"
desc: "Gets the restrictions property: The restrictions because of which SKU cannot be used. This is empty if there are no restrictions."
returns:
description: "the restrictions value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.machinelearningservices.models.Restriction?alt=com.azure.resourcemanager.machinelearningservices.models.Restriction&text=Restriction\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.machinelearningservices.models.WorkspaceSku.tier()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.WorkspaceSku.tier()"
name: "tier()"
nameWithType: "WorkspaceSku.tier()"
summary: "Gets the tier property: Sku Tier like Basic or Enterprise."
modifiers:
- "abstract"
syntax: "public abstract String tier()"
desc: "Gets the tier property: Sku Tier like Basic or Enterprise."
returns:
description: "the tier value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
type: "interface"
desc: "An immutable client-side representation of WorkspaceSku."
metadata: {}
package: "com.azure.resourcemanager.machinelearningservices.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearningservices:1.0.0-beta.1