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

156 строки
9.5 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.sql.Sku"
fullName: "com.microsoft.azure.management.sql.Sku"
name: "Sku"
nameWithType: "Sku"
summary: "The resource model definition representing SKU."
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.sql.Sku.Sku()"
fullName: "com.microsoft.azure.management.sql.Sku.Sku()"
name: "Sku()"
nameWithType: "Sku.Sku()"
syntax: "public Sku()"
methods:
- uid: "com.microsoft.azure.management.sql.Sku.capacity()"
fullName: "com.microsoft.azure.management.sql.Sku.capacity()"
name: "capacity()"
nameWithType: "Sku.capacity()"
summary: "Get if the SKU supports scale out/in then the capacity integer should be included."
syntax: "public Integer capacity()"
desc: "Get if the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted."
returns:
description: "the capacity value"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.Sku.family()"
fullName: "com.microsoft.azure.management.sql.Sku.family()"
name: "family()"
nameWithType: "Sku.family()"
summary: "Get if the service has different generations of hardware, for the same SKU, then that can be captured here."
syntax: "public String family()"
desc: "Get if the service has different generations of hardware, for the same SKU, then that can be captured here."
returns:
description: "the family value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.Sku.name()"
fullName: "com.microsoft.azure.management.sql.Sku.name()"
name: "name()"
nameWithType: "Sku.name()"
summary: "Get the name of the SKU."
syntax: "public String name()"
desc: "Get the name of the SKU. Ex - P3. It is typically a letter+number code."
returns:
description: "the name value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.Sku.size()"
fullName: "com.microsoft.azure.management.sql.Sku.size()"
name: "size()"
nameWithType: "Sku.size()"
summary: "Get the SKU size."
syntax: "public String size()"
desc: "Get the SKU size. When the name field is the combination of tier and some other value, this would be the standalone code."
returns:
description: "the size value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.Sku.tier()"
fullName: "com.microsoft.azure.management.sql.Sku.tier()"
name: "tier()"
nameWithType: "Sku.tier()"
summary: "Get this field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT."
syntax: "public String tier()"
desc: "Get this field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT."
returns:
description: "the tier value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.Sku.withCapacity(java.lang.Integer)"
fullName: "com.microsoft.azure.management.sql.Sku.withCapacity(Integer capacity)"
name: "withCapacity(Integer capacity)"
nameWithType: "Sku.withCapacity(Integer capacity)"
summary: "Set if the SKU supports scale out/in then the capacity integer should be included."
parameters:
- description: "the capacity value to set"
name: "capacity"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Sku withCapacity(Integer capacity)"
desc: "Set if the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted."
returns:
description: "the Sku object itself."
type: "<xref href=\"com.microsoft.azure.management.sql.Sku?alt=com.microsoft.azure.management.sql.Sku&text=Sku\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.Sku.withFamily(java.lang.String)"
fullName: "com.microsoft.azure.management.sql.Sku.withFamily(String family)"
name: "withFamily(String family)"
nameWithType: "Sku.withFamily(String family)"
summary: "Set if the service has different generations of hardware, for the same SKU, then that can be captured here."
parameters:
- description: "the family value to set"
name: "family"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Sku withFamily(String family)"
desc: "Set if the service has different generations of hardware, for the same SKU, then that can be captured here."
returns:
description: "the Sku object itself."
type: "<xref href=\"com.microsoft.azure.management.sql.Sku?alt=com.microsoft.azure.management.sql.Sku&text=Sku\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.Sku.withName(java.lang.String)"
fullName: "com.microsoft.azure.management.sql.Sku.withName(String name)"
name: "withName(String name)"
nameWithType: "Sku.withName(String name)"
summary: "Set the name of the SKU."
parameters:
- description: "the name value to set"
name: "name"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Sku withName(String name)"
desc: "Set the name of the SKU. Ex - P3. It is typically a letter+number code."
returns:
description: "the Sku object itself."
type: "<xref href=\"com.microsoft.azure.management.sql.Sku?alt=com.microsoft.azure.management.sql.Sku&text=Sku\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.Sku.withSize(java.lang.String)"
fullName: "com.microsoft.azure.management.sql.Sku.withSize(String size)"
name: "withSize(String size)"
nameWithType: "Sku.withSize(String size)"
summary: "Set the SKU size."
parameters:
- description: "the size value to set"
name: "size"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Sku withSize(String size)"
desc: "Set the SKU size. When the name field is the combination of tier and some other value, this would be the standalone code."
returns:
description: "the Sku object itself."
type: "<xref href=\"com.microsoft.azure.management.sql.Sku?alt=com.microsoft.azure.management.sql.Sku&text=Sku\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.Sku.withTier(java.lang.String)"
fullName: "com.microsoft.azure.management.sql.Sku.withTier(String tier)"
name: "withTier(String tier)"
nameWithType: "Sku.withTier(String tier)"
summary: "Set this field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT."
parameters:
- description: "the tier value to set"
name: "tier"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Sku withTier(String tier)"
desc: "Set this field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT."
returns:
description: "the Sku object itself."
type: "<xref href=\"com.microsoft.azure.management.sql.Sku?alt=com.microsoft.azure.management.sql.Sku&text=Sku\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The resource model definition representing SKU."
metadata: {}
package: "com.microsoft.azure.management.sql"
artifact: com.microsoft.azure:azure-mgmt-sql:1.41.4