150 строки
12 KiB
YAML
150 строки
12 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.appplatform.models.ResourceSkuLocationInfo"
|
|
fullName: "com.azure.resourcemanager.appplatform.models.ResourceSkuLocationInfo"
|
|
name: "ResourceSkuLocationInfo"
|
|
nameWithType: "ResourceSkuLocationInfo"
|
|
summary: "Locations and availability zones where the SKU is available."
|
|
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**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.appplatform.models.ResourceSkuLocationInfo?alt=com.azure.resourcemanager.appplatform.models.ResourceSkuLocationInfo&text=ResourceSkuLocationInfo\" data-throw-if-not-resolved=\"False\" />>"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.appplatform.models.ResourceSkuLocationInfo.ResourceSkuLocationInfo()"
|
|
fullName: "com.azure.resourcemanager.appplatform.models.ResourceSkuLocationInfo.ResourceSkuLocationInfo()"
|
|
name: "ResourceSkuLocationInfo()"
|
|
nameWithType: "ResourceSkuLocationInfo.ResourceSkuLocationInfo()"
|
|
summary: "Creates an instance of Resource<wbr>Sku<wbr>Location<wbr>Info class."
|
|
syntax: "public ResourceSkuLocationInfo()"
|
|
desc: "Creates an instance of ResourceSkuLocationInfo class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.appplatform.models.ResourceSkuLocationInfo.fromJson(com.azure.json.JsonReader)"
|
|
fullName: "com.azure.resourcemanager.appplatform.models.ResourceSkuLocationInfo.fromJson(JsonReader jsonReader)"
|
|
name: "fromJson(JsonReader jsonReader)"
|
|
nameWithType: "ResourceSkuLocationInfo.fromJson(JsonReader jsonReader)"
|
|
summary: "Reads an instance of Resource<wbr>Sku<wbr>Location<wbr>Info from the Json<wbr>Reader."
|
|
modifiers:
|
|
- "static"
|
|
parameters:
|
|
- description: "The JsonReader being read."
|
|
name: "jsonReader"
|
|
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static ResourceSkuLocationInfo fromJson(JsonReader jsonReader)"
|
|
exceptions:
|
|
- description: "If an error occurs while reading the ResourceSkuLocationInfo."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
desc: "Reads an instance of ResourceSkuLocationInfo from the JsonReader."
|
|
returns:
|
|
description: "An instance of ResourceSkuLocationInfo if the JsonReader was pointing to an instance of it, or null if it\n was pointing to JSON null."
|
|
type: "<xref href=\"com.azure.resourcemanager.appplatform.models.ResourceSkuLocationInfo?alt=com.azure.resourcemanager.appplatform.models.ResourceSkuLocationInfo&text=ResourceSkuLocationInfo\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appplatform.models.ResourceSkuLocationInfo.location()"
|
|
fullName: "com.azure.resourcemanager.appplatform.models.ResourceSkuLocationInfo.location()"
|
|
name: "location()"
|
|
nameWithType: "ResourceSkuLocationInfo.location()"
|
|
summary: "Get the location property: Gets location of the SKU."
|
|
syntax: "public String location()"
|
|
desc: "Get the location property: Gets 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.appplatform.models.ResourceSkuLocationInfo.toJson(com.azure.json.JsonWriter)"
|
|
fullName: "com.azure.resourcemanager.appplatform.models.ResourceSkuLocationInfo.toJson(JsonWriter jsonWriter)"
|
|
name: "toJson(JsonWriter jsonWriter)"
|
|
nameWithType: "ResourceSkuLocationInfo.toJson(JsonWriter jsonWriter)"
|
|
parameters:
|
|
- name: "jsonWriter"
|
|
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
|
|
exceptions:
|
|
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
returns:
|
|
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appplatform.models.ResourceSkuLocationInfo.validate()"
|
|
fullName: "com.azure.resourcemanager.appplatform.models.ResourceSkuLocationInfo.validate()"
|
|
name: "validate()"
|
|
nameWithType: "ResourceSkuLocationInfo.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.appplatform.models.ResourceSkuLocationInfo.withLocation(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.appplatform.models.ResourceSkuLocationInfo.withLocation(String location)"
|
|
name: "withLocation(String location)"
|
|
nameWithType: "ResourceSkuLocationInfo.withLocation(String location)"
|
|
summary: "Set the location property: Gets location of the SKU."
|
|
parameters:
|
|
- description: "the location value to set."
|
|
name: "location"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public ResourceSkuLocationInfo withLocation(String location)"
|
|
desc: "Set the location property: Gets location of the SKU."
|
|
returns:
|
|
description: "the ResourceSkuLocationInfo object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.appplatform.models.ResourceSkuLocationInfo?alt=com.azure.resourcemanager.appplatform.models.ResourceSkuLocationInfo&text=ResourceSkuLocationInfo\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appplatform.models.ResourceSkuLocationInfo.withZoneDetails(java.util.List<com.azure.resourcemanager.appplatform.models.ResourceSkuZoneDetails>)"
|
|
fullName: "com.azure.resourcemanager.appplatform.models.ResourceSkuLocationInfo.withZoneDetails(List<ResourceSkuZoneDetails> zoneDetails)"
|
|
name: "withZoneDetails(List<ResourceSkuZoneDetails> zoneDetails)"
|
|
nameWithType: "ResourceSkuLocationInfo.withZoneDetails(List<ResourceSkuZoneDetails> zoneDetails)"
|
|
summary: "Set the zone<wbr>Details property: Gets details of capabilities available to a SKU in specific zones."
|
|
parameters:
|
|
- description: "the zoneDetails value to set."
|
|
name: "zoneDetails"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.appplatform.models.ResourceSkuZoneDetails?alt=com.azure.resourcemanager.appplatform.models.ResourceSkuZoneDetails&text=ResourceSkuZoneDetails\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public ResourceSkuLocationInfo withZoneDetails(List<ResourceSkuZoneDetails> zoneDetails)"
|
|
desc: "Set the zoneDetails property: Gets details of capabilities available to a SKU in specific zones."
|
|
returns:
|
|
description: "the ResourceSkuLocationInfo object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.appplatform.models.ResourceSkuLocationInfo?alt=com.azure.resourcemanager.appplatform.models.ResourceSkuLocationInfo&text=ResourceSkuLocationInfo\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appplatform.models.ResourceSkuLocationInfo.withZones(java.util.List<java.lang.String>)"
|
|
fullName: "com.azure.resourcemanager.appplatform.models.ResourceSkuLocationInfo.withZones(List<String> zones)"
|
|
name: "withZones(List<String> zones)"
|
|
nameWithType: "ResourceSkuLocationInfo.withZones(List<String> zones)"
|
|
summary: "Set the zones property: Gets list of availability zones where the SKU is supported."
|
|
parameters:
|
|
- description: "the zones value to set."
|
|
name: "zones"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
syntax: "public ResourceSkuLocationInfo withZones(List<String> zones)"
|
|
desc: "Set the zones property: Gets list of availability zones where the SKU is supported."
|
|
returns:
|
|
description: "the ResourceSkuLocationInfo object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.appplatform.models.ResourceSkuLocationInfo?alt=com.azure.resourcemanager.appplatform.models.ResourceSkuLocationInfo&text=ResourceSkuLocationInfo\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appplatform.models.ResourceSkuLocationInfo.zoneDetails()"
|
|
fullName: "com.azure.resourcemanager.appplatform.models.ResourceSkuLocationInfo.zoneDetails()"
|
|
name: "zoneDetails()"
|
|
nameWithType: "ResourceSkuLocationInfo.zoneDetails()"
|
|
summary: "Get the zone<wbr>Details property: Gets details of capabilities available to a SKU in specific zones."
|
|
syntax: "public List<ResourceSkuZoneDetails> zoneDetails()"
|
|
desc: "Get the zoneDetails property: Gets 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><<xref href=\"com.azure.resourcemanager.appplatform.models.ResourceSkuZoneDetails?alt=com.azure.resourcemanager.appplatform.models.ResourceSkuZoneDetails&text=ResourceSkuZoneDetails\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.appplatform.models.ResourceSkuLocationInfo.zones()"
|
|
fullName: "com.azure.resourcemanager.appplatform.models.ResourceSkuLocationInfo.zones()"
|
|
name: "zones()"
|
|
nameWithType: "ResourceSkuLocationInfo.zones()"
|
|
summary: "Get the zones property: Gets list of availability zones where the SKU is supported."
|
|
syntax: "public List<String> zones()"
|
|
desc: "Get the zones property: Gets 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><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
type: "class"
|
|
desc: "Locations and availability zones where the SKU is available."
|
|
implements:
|
|
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.appplatform.models.ResourceSkuLocationInfo?alt=com.azure.resourcemanager.appplatform.models.ResourceSkuLocationInfo&text=ResourceSkuLocationInfo\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.appplatform.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-appplatform:2.44.0
|