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

73 строки
5.0 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.machinelearningservices.models.ResourceSkuLocationInfo"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ResourceSkuLocationInfo"
name: "ResourceSkuLocationInfo"
nameWithType: "ResourceSkuLocationInfo"
summary: "The Resource<wbr>Sku<wbr>Location<wbr>Info model."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **ResourceSkuLocationInfo**"
constructors:
- uid: "com.azure.resourcemanager.machinelearningservices.models.ResourceSkuLocationInfo.ResourceSkuLocationInfo()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ResourceSkuLocationInfo.ResourceSkuLocationInfo()"
name: "ResourceSkuLocationInfo()"
nameWithType: "ResourceSkuLocationInfo.ResourceSkuLocationInfo()"
syntax: "public ResourceSkuLocationInfo()"
methods:
- uid: "com.azure.resourcemanager.machinelearningservices.models.ResourceSkuLocationInfo.location()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ResourceSkuLocationInfo.location()"
name: "location()"
nameWithType: "ResourceSkuLocationInfo.location()"
summary: "Get the location property: Location of the SKU."
syntax: "public String location()"
desc: "Get the location property: Location of the SKU."
returns:
description: "the location value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.machinelearningservices.models.ResourceSkuLocationInfo.validate()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ResourceSkuLocationInfo.validate()"
name: "validate()"
nameWithType: "ResourceSkuLocationInfo.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.machinelearningservices.models.ResourceSkuLocationInfo.zoneDetails()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ResourceSkuLocationInfo.zoneDetails()"
name: "zoneDetails()"
nameWithType: "ResourceSkuLocationInfo.zoneDetails()"
summary: "Get the zone<wbr>Details property: Details of capabilities available to a SKU in specific zones."
syntax: "public List<ResourceSkuZoneDetails> zoneDetails()"
desc: "Get the zoneDetails property: Details of capabilities available to a SKU in specific zones."
returns:
description: "the zoneDetails 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.ResourceSkuZoneDetails?alt=com.azure.resourcemanager.machinelearningservices.models.ResourceSkuZoneDetails&text=ResourceSkuZoneDetails\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.machinelearningservices.models.ResourceSkuLocationInfo.zones()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ResourceSkuLocationInfo.zones()"
name: "zones()"
nameWithType: "ResourceSkuLocationInfo.zones()"
summary: "Get the zones property: List of availability zones where the SKU is supported."
syntax: "public List<String> zones()"
desc: "Get the zones property: List of availability zones where the SKU is supported."
returns:
description: "the zones 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;"
type: "class"
desc: "The ResourceSkuLocationInfo model."
metadata: {}
package: "com.azure.resourcemanager.machinelearningservices.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearningservices:1.0.0-beta.1