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

93 строки
6.0 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.redisenterprise.models.Sku"
fullName: "com.azure.resourcemanager.redisenterprise.models.Sku"
name: "Sku"
nameWithType: "Sku"
summary: "SKU parameters supplied to the create Redis<wbr>Enterprise operation."
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 **Sku**"
constructors:
- uid: "com.azure.resourcemanager.redisenterprise.models.Sku.Sku()"
fullName: "com.azure.resourcemanager.redisenterprise.models.Sku.Sku()"
name: "Sku()"
nameWithType: "Sku.Sku()"
summary: "Creates an instance of Sku class."
syntax: "public Sku()"
desc: "Creates an instance of Sku class."
methods:
- uid: "com.azure.resourcemanager.redisenterprise.models.Sku.capacity()"
fullName: "com.azure.resourcemanager.redisenterprise.models.Sku.capacity()"
name: "capacity()"
nameWithType: "Sku.capacity()"
summary: "Get the capacity property: The size of the Redis<wbr>Enterprise cluster."
syntax: "public Integer capacity()"
desc: "Get the capacity property: The size of the RedisEnterprise cluster. Defaults to 2 or 3 depending on SKU. Valid values are (2, 4, 6, ...) for Enterprise SKUs and (3, 9, 15, ...) for Flash SKUs."
returns:
description: "the capacity value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.resourcemanager.redisenterprise.models.Sku.name()"
fullName: "com.azure.resourcemanager.redisenterprise.models.Sku.name()"
name: "name()"
nameWithType: "Sku.name()"
summary: "Get the name property: The type of Redis<wbr>Enterprise cluster to deploy."
syntax: "public SkuName name()"
desc: "Get the name property: The type of RedisEnterprise cluster to deploy. Possible values: (Enterprise\\_E10, EnterpriseFlash\\_F300 etc.)."
returns:
description: "the name value."
type: "<xref href=\"com.azure.resourcemanager.redisenterprise.models.SkuName?alt=com.azure.resourcemanager.redisenterprise.models.SkuName&text=SkuName\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.redisenterprise.models.Sku.validate()"
fullName: "com.azure.resourcemanager.redisenterprise.models.Sku.validate()"
name: "validate()"
nameWithType: "Sku.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.redisenterprise.models.Sku.withCapacity(java.lang.Integer)"
fullName: "com.azure.resourcemanager.redisenterprise.models.Sku.withCapacity(Integer capacity)"
name: "withCapacity(Integer capacity)"
nameWithType: "Sku.withCapacity(Integer capacity)"
summary: "Set the capacity property: The size of the Redis<wbr>Enterprise cluster."
parameters:
- description: "the capacity value to set."
name: "capacity"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
syntax: "public Sku withCapacity(Integer capacity)"
desc: "Set the capacity property: The size of the RedisEnterprise cluster. Defaults to 2 or 3 depending on SKU. Valid values are (2, 4, 6, ...) for Enterprise SKUs and (3, 9, 15, ...) for Flash SKUs."
returns:
description: "the Sku object itself."
type: "<xref href=\"com.azure.resourcemanager.redisenterprise.models.Sku?alt=com.azure.resourcemanager.redisenterprise.models.Sku&text=Sku\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.redisenterprise.models.Sku.withName(com.azure.resourcemanager.redisenterprise.models.SkuName)"
fullName: "com.azure.resourcemanager.redisenterprise.models.Sku.withName(SkuName name)"
name: "withName(SkuName name)"
nameWithType: "Sku.withName(SkuName name)"
summary: "Set the name property: The type of Redis<wbr>Enterprise cluster to deploy."
parameters:
- description: "the name value to set."
name: "name"
type: "<xref href=\"com.azure.resourcemanager.redisenterprise.models.SkuName?alt=com.azure.resourcemanager.redisenterprise.models.SkuName&text=SkuName\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Sku withName(SkuName name)"
desc: "Set the name property: The type of RedisEnterprise cluster to deploy. Possible values: (Enterprise\\_E10, EnterpriseFlash\\_F300 etc.)."
returns:
description: "the Sku object itself."
type: "<xref href=\"com.azure.resourcemanager.redisenterprise.models.Sku?alt=com.azure.resourcemanager.redisenterprise.models.Sku&text=Sku\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "SKU parameters supplied to the create RedisEnterprise operation."
metadata: {}
package: "com.azure.resourcemanager.redisenterprise.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-redisenterprise:2.0.0