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

95 строки
5.6 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**"
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.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.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."
metadata: {}
package: "com.azure.resourcemanager.webpubsub.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-webpubsub:1.0.0