84 строки
6.5 KiB
YAML
84 строки
6.5 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.batch.ScaleSettings"
|
|
fullName: "com.microsoft.azure.management.batch.ScaleSettings"
|
|
name: "ScaleSettings"
|
|
nameWithType: "ScaleSettings"
|
|
summary: "Scale settings for the pool."
|
|
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 **ScaleSettings**"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.management.batch.ScaleSettings.ScaleSettings()"
|
|
fullName: "com.microsoft.azure.management.batch.ScaleSettings.ScaleSettings()"
|
|
name: "ScaleSettings()"
|
|
nameWithType: "ScaleSettings.ScaleSettings()"
|
|
syntax: "public ScaleSettings()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.batch.ScaleSettings.autoScale()"
|
|
fullName: "com.microsoft.azure.management.batch.ScaleSettings.autoScale()"
|
|
name: "autoScale()"
|
|
nameWithType: "ScaleSettings.autoScale()"
|
|
summary: "Get this property and fixed<wbr>Scale are mutually exclusive and one of the properties must be specified."
|
|
syntax: "public AutoScaleSettings autoScale()"
|
|
desc: "Get this property and fixedScale are mutually exclusive and one of the properties must be specified."
|
|
returns:
|
|
description: "the autoScale value"
|
|
type: "<xref href=\"com.microsoft.azure.management.batch.AutoScaleSettings?alt=com.microsoft.azure.management.batch.AutoScaleSettings&text=AutoScaleSettings\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.batch.ScaleSettings.fixedScale()"
|
|
fullName: "com.microsoft.azure.management.batch.ScaleSettings.fixedScale()"
|
|
name: "fixedScale()"
|
|
nameWithType: "ScaleSettings.fixedScale()"
|
|
summary: "Get this property and auto<wbr>Scale are mutually exclusive and one of the properties must be specified."
|
|
syntax: "public FixedScaleSettings fixedScale()"
|
|
desc: "Get this property and autoScale are mutually exclusive and one of the properties must be specified."
|
|
returns:
|
|
description: "the fixedScale value"
|
|
type: "<xref href=\"com.microsoft.azure.management.batch.FixedScaleSettings?alt=com.microsoft.azure.management.batch.FixedScaleSettings&text=FixedScaleSettings\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.batch.ScaleSettings.withAutoScale(com.microsoft.azure.management.batch.AutoScaleSettings)"
|
|
fullName: "com.microsoft.azure.management.batch.ScaleSettings.withAutoScale(AutoScaleSettings autoScale)"
|
|
name: "withAutoScale(AutoScaleSettings autoScale)"
|
|
nameWithType: "ScaleSettings.withAutoScale(AutoScaleSettings autoScale)"
|
|
summary: "Set this property and fixed<wbr>Scale are mutually exclusive and one of the properties must be specified."
|
|
parameters:
|
|
- description: "the autoScale value to set"
|
|
name: "autoScale"
|
|
type: "<xref href=\"com.microsoft.azure.management.batch.AutoScaleSettings?alt=com.microsoft.azure.management.batch.AutoScaleSettings&text=AutoScaleSettings\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ScaleSettings withAutoScale(AutoScaleSettings autoScale)"
|
|
desc: "Set this property and fixedScale are mutually exclusive and one of the properties must be specified."
|
|
returns:
|
|
description: "the ScaleSettings object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.batch.ScaleSettings?alt=com.microsoft.azure.management.batch.ScaleSettings&text=ScaleSettings\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.batch.ScaleSettings.withFixedScale(com.microsoft.azure.management.batch.FixedScaleSettings)"
|
|
fullName: "com.microsoft.azure.management.batch.ScaleSettings.withFixedScale(FixedScaleSettings fixedScale)"
|
|
name: "withFixedScale(FixedScaleSettings fixedScale)"
|
|
nameWithType: "ScaleSettings.withFixedScale(FixedScaleSettings fixedScale)"
|
|
summary: "Set this property and auto<wbr>Scale are mutually exclusive and one of the properties must be specified."
|
|
parameters:
|
|
- description: "the fixedScale value to set"
|
|
name: "fixedScale"
|
|
type: "<xref href=\"com.microsoft.azure.management.batch.FixedScaleSettings?alt=com.microsoft.azure.management.batch.FixedScaleSettings&text=FixedScaleSettings\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ScaleSettings withFixedScale(FixedScaleSettings fixedScale)"
|
|
desc: "Set this property and autoScale are mutually exclusive and one of the properties must be specified."
|
|
returns:
|
|
description: "the ScaleSettings object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.batch.ScaleSettings?alt=com.microsoft.azure.management.batch.ScaleSettings&text=ScaleSettings\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Scale settings for the pool. Defines the desired size of the pool. This can either be 'fixedScale' where the requested targetDedicatedNodes is specified, or 'autoScale' which defines a formula which is periodically reevaluated. If this property is not specified, the pool will have a fixed scale with 0 targetDedicatedNodes."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.batch"
|
|
artifact: com.microsoft.azure:azure-mgmt-batch:1.41.4
|