azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

108 строки
6.1 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.redis.Sku"
fullName: "com.microsoft.azure.management.redis.Sku"
name: "Sku"
nameWithType: "Sku"
summary: "SKU parameters supplied to the create Redis operation."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **Sku**"
constructors:
- uid: "com.microsoft.azure.management.redis.Sku.Sku()"
fullName: "com.microsoft.azure.management.redis.Sku.Sku()"
name: "Sku()"
nameWithType: "Sku.Sku()"
syntax: "public Sku()"
methods:
- uid: "com.microsoft.azure.management.redis.Sku.capacity()"
fullName: "com.microsoft.azure.management.redis.Sku.capacity()"
name: "capacity()"
nameWithType: "Sku.capacity()"
summary: "Get the capacity value."
syntax: "public int capacity()"
desc: "Get the capacity value."
returns:
description: "the capacity value"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.redis.Sku.family()"
fullName: "com.microsoft.azure.management.redis.Sku.family()"
name: "family()"
nameWithType: "Sku.family()"
summary: "Get the family value."
syntax: "public SkuFamily family()"
desc: "Get the family value."
returns:
description: "the family value"
type: "<xref href=\"com.microsoft.azure.management.redis.SkuFamily?alt=com.microsoft.azure.management.redis.SkuFamily&text=SkuFamily\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.redis.Sku.name()"
fullName: "com.microsoft.azure.management.redis.Sku.name()"
name: "name()"
nameWithType: "Sku.name()"
summary: "Get the name value."
syntax: "public SkuName name()"
desc: "Get the name value."
returns:
description: "the name value"
type: "<xref href=\"com.microsoft.azure.management.redis.SkuName?alt=com.microsoft.azure.management.redis.SkuName&text=SkuName\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.redis.Sku.withCapacity(int)"
fullName: "com.microsoft.azure.management.redis.Sku.withCapacity(int capacity)"
name: "withCapacity(int capacity)"
nameWithType: "Sku.withCapacity(int capacity)"
summary: "Set the capacity value."
parameters:
- description: "the capacity value to set"
name: "capacity"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Sku withCapacity(int capacity)"
desc: "Set the capacity value."
returns:
description: "the Sku object itself."
type: "<xref href=\"com.microsoft.azure.management.redis.Sku?alt=com.microsoft.azure.management.redis.Sku&text=Sku\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.redis.Sku.withFamily(com.microsoft.azure.management.redis.SkuFamily)"
fullName: "com.microsoft.azure.management.redis.Sku.withFamily(SkuFamily family)"
name: "withFamily(SkuFamily family)"
nameWithType: "Sku.withFamily(SkuFamily family)"
summary: "Set the family value."
parameters:
- description: "the family value to set"
name: "family"
type: "<xref href=\"com.microsoft.azure.management.redis.SkuFamily?alt=com.microsoft.azure.management.redis.SkuFamily&text=SkuFamily\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Sku withFamily(SkuFamily family)"
desc: "Set the family value."
returns:
description: "the Sku object itself."
type: "<xref href=\"com.microsoft.azure.management.redis.Sku?alt=com.microsoft.azure.management.redis.Sku&text=Sku\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.redis.Sku.withName(com.microsoft.azure.management.redis.SkuName)"
fullName: "com.microsoft.azure.management.redis.Sku.withName(SkuName name)"
name: "withName(SkuName name)"
nameWithType: "Sku.withName(SkuName name)"
summary: "Set the name value."
parameters:
- description: "the name value to set"
name: "name"
type: "<xref href=\"com.microsoft.azure.management.redis.SkuName?alt=com.microsoft.azure.management.redis.SkuName&text=SkuName\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Sku withName(SkuName name)"
desc: "Set the name value."
returns:
description: "the Sku object itself."
type: "<xref href=\"com.microsoft.azure.management.redis.Sku?alt=com.microsoft.azure.management.redis.Sku&text=Sku\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "SKU parameters supplied to the create Redis operation."
metadata: {}
package: "com.microsoft.azure.management.redis"
artifact: com.microsoft.azure:azure-mgmt-redis:1.41.4