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

132 строки
8.7 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.appplatform.v2020_07_01.SkuCapacity"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.SkuCapacity"
name: "SkuCapacity"
nameWithType: "SkuCapacity"
summary: "The SKU capacity."
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 **SkuCapacity**"
constructors:
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.SkuCapacity.SkuCapacity()"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.SkuCapacity.SkuCapacity()"
name: "SkuCapacity()"
nameWithType: "SkuCapacity.SkuCapacity()"
syntax: "public SkuCapacity()"
methods:
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.SkuCapacity.defaultProperty()"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.SkuCapacity.defaultProperty()"
name: "defaultProperty()"
nameWithType: "SkuCapacity.defaultProperty()"
summary: "Get gets or sets the default."
syntax: "public Integer defaultProperty()"
desc: "Get gets or sets the default."
returns:
description: "the defaultProperty value"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.SkuCapacity.maximum()"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.SkuCapacity.maximum()"
name: "maximum()"
nameWithType: "SkuCapacity.maximum()"
summary: "Get gets or sets the maximum."
syntax: "public Integer maximum()"
desc: "Get gets or sets the maximum."
returns:
description: "the maximum value"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.SkuCapacity.minimum()"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.SkuCapacity.minimum()"
name: "minimum()"
nameWithType: "SkuCapacity.minimum()"
summary: "Get gets or sets the minimum."
syntax: "public int minimum()"
desc: "Get gets or sets the minimum."
returns:
description: "the minimum value"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.SkuCapacity.scaleType()"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.SkuCapacity.scaleType()"
name: "scaleType()"
nameWithType: "SkuCapacity.scaleType()"
summary: "Get gets or sets the type of the scale."
syntax: "public SkuScaleType scaleType()"
desc: "Get gets or sets the type of the scale. Possible values include: 'None', 'Manual', 'Automatic'."
returns:
description: "the scaleType value"
type: "<xref href=\"com.microsoft.azure.management.appplatform.v2020_07_01.SkuScaleType?alt=com.microsoft.azure.management.appplatform.v2020_07_01.SkuScaleType&text=SkuScaleType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.SkuCapacity.withDefaultProperty(java.lang.Integer)"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.SkuCapacity.withDefaultProperty(Integer defaultProperty)"
name: "withDefaultProperty(Integer defaultProperty)"
nameWithType: "SkuCapacity.withDefaultProperty(Integer defaultProperty)"
summary: "Set gets or sets the default."
parameters:
- description: "the defaultProperty value to set"
name: "defaultProperty"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
syntax: "public SkuCapacity withDefaultProperty(Integer defaultProperty)"
desc: "Set gets or sets the default."
returns:
description: "the SkuCapacity object itself."
type: "<xref href=\"com.microsoft.azure.management.appplatform.v2020_07_01.SkuCapacity?alt=com.microsoft.azure.management.appplatform.v2020_07_01.SkuCapacity&text=SkuCapacity\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.SkuCapacity.withMaximum(java.lang.Integer)"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.SkuCapacity.withMaximum(Integer maximum)"
name: "withMaximum(Integer maximum)"
nameWithType: "SkuCapacity.withMaximum(Integer maximum)"
summary: "Set gets or sets the maximum."
parameters:
- description: "the maximum value to set"
name: "maximum"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
syntax: "public SkuCapacity withMaximum(Integer maximum)"
desc: "Set gets or sets the maximum."
returns:
description: "the SkuCapacity object itself."
type: "<xref href=\"com.microsoft.azure.management.appplatform.v2020_07_01.SkuCapacity?alt=com.microsoft.azure.management.appplatform.v2020_07_01.SkuCapacity&text=SkuCapacity\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.SkuCapacity.withMinimum(int)"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.SkuCapacity.withMinimum(int minimum)"
name: "withMinimum(int minimum)"
nameWithType: "SkuCapacity.withMinimum(int minimum)"
summary: "Set gets or sets the minimum."
parameters:
- description: "the minimum value to set"
name: "minimum"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
syntax: "public SkuCapacity withMinimum(int minimum)"
desc: "Set gets or sets the minimum."
returns:
description: "the SkuCapacity object itself."
type: "<xref href=\"com.microsoft.azure.management.appplatform.v2020_07_01.SkuCapacity?alt=com.microsoft.azure.management.appplatform.v2020_07_01.SkuCapacity&text=SkuCapacity\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.SkuCapacity.withScaleType(com.microsoft.azure.management.appplatform.v2020_07_01.SkuScaleType)"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.SkuCapacity.withScaleType(SkuScaleType scaleType)"
name: "withScaleType(SkuScaleType scaleType)"
nameWithType: "SkuCapacity.withScaleType(SkuScaleType scaleType)"
summary: "Set gets or sets the type of the scale."
parameters:
- description: "the scaleType value to set"
name: "scaleType"
type: "<xref href=\"com.microsoft.azure.management.appplatform.v2020_07_01.SkuScaleType?alt=com.microsoft.azure.management.appplatform.v2020_07_01.SkuScaleType&text=SkuScaleType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public SkuCapacity withScaleType(SkuScaleType scaleType)"
desc: "Set gets or sets the type of the scale. Possible values include: 'None', 'Manual', 'Automatic'."
returns:
description: "the SkuCapacity object itself."
type: "<xref href=\"com.microsoft.azure.management.appplatform.v2020_07_01.SkuCapacity?alt=com.microsoft.azure.management.appplatform.v2020_07_01.SkuCapacity&text=SkuCapacity\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The SKU capacity."
metadata: {}
package: "com.microsoft.azure.management.appplatform.v2020_07_01"
artifact: com.microsoft.azure.appplatform.v2020_07_01:azure-mgmt-appplatform:1.0.0-beta