azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.a...

126 строки
9.3 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.appservice.fluent.models.SkuInfosInner"
fullName: "com.azure.resourcemanager.appservice.fluent.models.SkuInfosInner"
name: "SkuInfosInner"
nameWithType: "SkuInfosInner"
summary: "Collection of SKU information."
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 **SkuInfosInner**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.appservice.fluent.models.SkuInfosInner?alt=com.azure.resourcemanager.appservice.fluent.models.SkuInfosInner&text=SkuInfosInner\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.appservice.fluent.models.SkuInfosInner.SkuInfosInner()"
fullName: "com.azure.resourcemanager.appservice.fluent.models.SkuInfosInner.SkuInfosInner()"
name: "SkuInfosInner()"
nameWithType: "SkuInfosInner.SkuInfosInner()"
summary: "Creates an instance of Sku<wbr>Infos<wbr>Inner class."
syntax: "public SkuInfosInner()"
desc: "Creates an instance of SkuInfosInner class."
methods:
- uid: "com.azure.resourcemanager.appservice.fluent.models.SkuInfosInner.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.appservice.fluent.models.SkuInfosInner.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "SkuInfosInner.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Sku<wbr>Infos<wbr>Inner 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 SkuInfosInner fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the SkuInfosInner."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of SkuInfosInner from the JsonReader."
returns:
description: "An instance of SkuInfosInner if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
type: "<xref href=\"com.azure.resourcemanager.appservice.fluent.models.SkuInfosInner?alt=com.azure.resourcemanager.appservice.fluent.models.SkuInfosInner&text=SkuInfosInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appservice.fluent.models.SkuInfosInner.resourceType()"
fullName: "com.azure.resourcemanager.appservice.fluent.models.SkuInfosInner.resourceType()"
name: "resourceType()"
nameWithType: "SkuInfosInner.resourceType()"
summary: "Get the resource<wbr>Type property: Resource type that this SKU applies to."
syntax: "public String resourceType()"
desc: "Get the resourceType property: Resource type that this SKU applies to."
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.appservice.fluent.models.SkuInfosInner.skus()"
fullName: "com.azure.resourcemanager.appservice.fluent.models.SkuInfosInner.skus()"
name: "skus()"
nameWithType: "SkuInfosInner.skus()"
summary: "Get the skus property: List of SKUs the subscription is able to use."
syntax: "public List<GlobalCsmSkuDescription> skus()"
desc: "Get the skus property: List of SKUs the subscription is able to use."
returns:
description: "the skus value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.appservice.models.GlobalCsmSkuDescription?alt=com.azure.resourcemanager.appservice.models.GlobalCsmSkuDescription&text=GlobalCsmSkuDescription\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.appservice.fluent.models.SkuInfosInner.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.appservice.fluent.models.SkuInfosInner.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "SkuInfosInner.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.appservice.fluent.models.SkuInfosInner.validate()"
fullName: "com.azure.resourcemanager.appservice.fluent.models.SkuInfosInner.validate()"
name: "validate()"
nameWithType: "SkuInfosInner.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.appservice.fluent.models.SkuInfosInner.withResourceType(java.lang.String)"
fullName: "com.azure.resourcemanager.appservice.fluent.models.SkuInfosInner.withResourceType(String resourceType)"
name: "withResourceType(String resourceType)"
nameWithType: "SkuInfosInner.withResourceType(String resourceType)"
summary: "Set the resource<wbr>Type property: Resource type that this SKU applies to."
parameters:
- description: "the resourceType value to set."
name: "resourceType"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public SkuInfosInner withResourceType(String resourceType)"
desc: "Set the resourceType property: Resource type that this SKU applies to."
returns:
description: "the SkuInfosInner object itself."
type: "<xref href=\"com.azure.resourcemanager.appservice.fluent.models.SkuInfosInner?alt=com.azure.resourcemanager.appservice.fluent.models.SkuInfosInner&text=SkuInfosInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appservice.fluent.models.SkuInfosInner.withSkus(java.util.List<com.azure.resourcemanager.appservice.models.GlobalCsmSkuDescription>)"
fullName: "com.azure.resourcemanager.appservice.fluent.models.SkuInfosInner.withSkus(List<GlobalCsmSkuDescription> skus)"
name: "withSkus(List<GlobalCsmSkuDescription> skus)"
nameWithType: "SkuInfosInner.withSkus(List<GlobalCsmSkuDescription> skus)"
summary: "Set the skus property: List of SKUs the subscription is able to use."
parameters:
- description: "the skus value to set."
name: "skus"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.appservice.models.GlobalCsmSkuDescription?alt=com.azure.resourcemanager.appservice.models.GlobalCsmSkuDescription&text=GlobalCsmSkuDescription\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public SkuInfosInner withSkus(List<GlobalCsmSkuDescription> skus)"
desc: "Set the skus property: List of SKUs the subscription is able to use."
returns:
description: "the SkuInfosInner object itself."
type: "<xref href=\"com.azure.resourcemanager.appservice.fluent.models.SkuInfosInner?alt=com.azure.resourcemanager.appservice.fluent.models.SkuInfosInner&text=SkuInfosInner\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Collection of SKU information."
implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.appservice.fluent.models.SkuInfosInner?alt=com.azure.resourcemanager.appservice.fluent.models.SkuInfosInner&text=SkuInfosInner\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.appservice.fluent.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-appservice:2.42.0