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

128 строки
8.3 KiB
YAML
Исходник Постоянная ссылка Обычный вид История

### YamlMime:JavaType
uid: "com.azure.resourcemanager.webpubsub.models.SkuCapacity"
fullName: "com.azure.resourcemanager.webpubsub.models.SkuCapacity"
name: "SkuCapacity"
nameWithType: "SkuCapacity"
summary: "Describes scaling information of a sku."
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 **SkuCapacity**</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.webpubsub.models.SkuCapacity?alt=com.azure.resourcemanager.webpubsub.models.SkuCapacity&text=SkuCapacity\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.webpubsub.models.SkuCapacity.SkuCapacity()"
fullName: "com.azure.resourcemanager.webpubsub.models.SkuCapacity.SkuCapacity()"
name: "SkuCapacity()"
nameWithType: "SkuCapacity.SkuCapacity()"
summary: "Creates an instance of Sku<wbr>Capacity class."
syntax: "public SkuCapacity()"
desc: "Creates an instance of SkuCapacity class."
methods:
- uid: "com.azure.resourcemanager.webpubsub.models.SkuCapacity.allowedValues()"
fullName: "com.azure.resourcemanager.webpubsub.models.SkuCapacity.allowedValues()"
name: "allowedValues()"
nameWithType: "SkuCapacity.allowedValues()"
summary: "Get the allowed<wbr>Values property: Allows capacity value list."
syntax: "public List<Integer> allowedValues()"
desc: "Get the allowedValues property: Allows capacity value list."
returns:
description: "the allowedValues 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/Integer.html\">Integer</a>&gt;"
- uid: "com.azure.resourcemanager.webpubsub.models.SkuCapacity.defaultProperty()"
fullName: "com.azure.resourcemanager.webpubsub.models.SkuCapacity.defaultProperty()"
name: "defaultProperty()"
nameWithType: "SkuCapacity.defaultProperty()"
summary: "Get the default<wbr>Property property: The default capacity."
syntax: "public Integer defaultProperty()"
desc: "Get the defaultProperty property: The default capacity."
returns:
description: "the defaultProperty value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.resourcemanager.webpubsub.models.SkuCapacity.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.webpubsub.models.SkuCapacity.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "SkuCapacity.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Sku<wbr>Capacity 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 SkuCapacity fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the SkuCapacity."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of SkuCapacity from the JsonReader."
returns:
description: "An instance of SkuCapacity 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.webpubsub.models.SkuCapacity?alt=com.azure.resourcemanager.webpubsub.models.SkuCapacity&text=SkuCapacity\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.webpubsub.models.SkuCapacity.maximum()"
fullName: "com.azure.resourcemanager.webpubsub.models.SkuCapacity.maximum()"
name: "maximum()"
nameWithType: "SkuCapacity.maximum()"
summary: "Get the maximum property: The highest permitted capacity for this resource."
syntax: "public Integer maximum()"
desc: "Get the maximum property: The highest permitted capacity for this resource."
returns:
description: "the maximum value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.resourcemanager.webpubsub.models.SkuCapacity.minimum()"
fullName: "com.azure.resourcemanager.webpubsub.models.SkuCapacity.minimum()"
name: "minimum()"
nameWithType: "SkuCapacity.minimum()"
summary: "Get the minimum property: The lowest permitted capacity for this resource."
syntax: "public Integer minimum()"
desc: "Get the minimum property: The lowest permitted capacity for this resource."
returns:
description: "the minimum value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.resourcemanager.webpubsub.models.SkuCapacity.scaleType()"
fullName: "com.azure.resourcemanager.webpubsub.models.SkuCapacity.scaleType()"
name: "scaleType()"
nameWithType: "SkuCapacity.scaleType()"
summary: "Get the scale<wbr>Type property: The scale type applicable to the sku."
syntax: "public ScaleType scaleType()"
desc: "Get the scaleType property: The scale type applicable to the sku."
returns:
description: "the scaleType value."
type: "<xref href=\"com.azure.resourcemanager.webpubsub.models.ScaleType?alt=com.azure.resourcemanager.webpubsub.models.ScaleType&text=ScaleType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.webpubsub.models.SkuCapacity.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.webpubsub.models.SkuCapacity.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "SkuCapacity.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.webpubsub.models.SkuCapacity.validate()"
fullName: "com.azure.resourcemanager.webpubsub.models.SkuCapacity.validate()"
name: "validate()"
nameWithType: "SkuCapacity.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
type: "class"
desc: "Describes scaling information of a sku."
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.webpubsub.models.SkuCapacity?alt=com.azure.resourcemanager.webpubsub.models.SkuCapacity&text=SkuCapacity\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.webpubsub.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-webpubsub:1.1.0