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

91 строка
6.2 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.batch.models.AutoScaleSettings"
fullName: "com.azure.resourcemanager.batch.models.AutoScaleSettings"
name: "AutoScaleSettings"
nameWithType: "AutoScaleSettings"
summary: "Auto<wbr>Scale settings for the pool."
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 **AutoScaleSettings**"
constructors:
- uid: "com.azure.resourcemanager.batch.models.AutoScaleSettings.AutoScaleSettings()"
fullName: "com.azure.resourcemanager.batch.models.AutoScaleSettings.AutoScaleSettings()"
name: "AutoScaleSettings()"
nameWithType: "AutoScaleSettings.AutoScaleSettings()"
syntax: "public AutoScaleSettings()"
methods:
- uid: "com.azure.resourcemanager.batch.models.AutoScaleSettings.evaluationInterval()"
fullName: "com.azure.resourcemanager.batch.models.AutoScaleSettings.evaluationInterval()"
name: "evaluationInterval()"
nameWithType: "AutoScaleSettings.evaluationInterval()"
summary: "Get the evaluation<wbr>Interval property: The time interval at which to automatically adjust the pool size according to the autoscale formula."
syntax: "public Duration evaluationInterval()"
desc: "Get the evaluationInterval property: The time interval at which to automatically adjust the pool size according to the autoscale formula. If omitted, the default value is 15 minutes (PT15M)."
returns:
description: "the evaluationInterval value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/Duration.html\">Duration</a>"
- uid: "com.azure.resourcemanager.batch.models.AutoScaleSettings.formula()"
fullName: "com.azure.resourcemanager.batch.models.AutoScaleSettings.formula()"
name: "formula()"
nameWithType: "AutoScaleSettings.formula()"
summary: "Get the formula property: A formula for the desired number of compute nodes in the pool."
syntax: "public String formula()"
desc: "Get the formula property: A formula for the desired number of compute nodes in the pool."
returns:
description: "the formula value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.batch.models.AutoScaleSettings.validate()"
fullName: "com.azure.resourcemanager.batch.models.AutoScaleSettings.validate()"
name: "validate()"
nameWithType: "AutoScaleSettings.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.batch.models.AutoScaleSettings.withEvaluationInterval(java.time.Duration)"
fullName: "com.azure.resourcemanager.batch.models.AutoScaleSettings.withEvaluationInterval(Duration evaluationInterval)"
name: "withEvaluationInterval(Duration evaluationInterval)"
nameWithType: "AutoScaleSettings.withEvaluationInterval(Duration evaluationInterval)"
summary: "Set the evaluation<wbr>Interval property: The time interval at which to automatically adjust the pool size according to the autoscale formula."
parameters:
- description: "the evaluationInterval value to set."
name: "evaluationInterval"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/Duration.html\">Duration</a>"
syntax: "public AutoScaleSettings withEvaluationInterval(Duration evaluationInterval)"
desc: "Set the evaluationInterval property: The time interval at which to automatically adjust the pool size according to the autoscale formula. If omitted, the default value is 15 minutes (PT15M)."
returns:
description: "the AutoScaleSettings object itself."
type: "<xref href=\"com.azure.resourcemanager.batch.models.AutoScaleSettings?alt=com.azure.resourcemanager.batch.models.AutoScaleSettings&text=AutoScaleSettings\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.batch.models.AutoScaleSettings.withFormula(java.lang.String)"
fullName: "com.azure.resourcemanager.batch.models.AutoScaleSettings.withFormula(String formula)"
name: "withFormula(String formula)"
nameWithType: "AutoScaleSettings.withFormula(String formula)"
summary: "Set the formula property: A formula for the desired number of compute nodes in the pool."
parameters:
- description: "the formula value to set."
name: "formula"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public AutoScaleSettings withFormula(String formula)"
desc: "Set the formula property: A formula for the desired number of compute nodes in the pool."
returns:
description: "the AutoScaleSettings object itself."
type: "<xref href=\"com.azure.resourcemanager.batch.models.AutoScaleSettings?alt=com.azure.resourcemanager.batch.models.AutoScaleSettings&text=AutoScaleSettings\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "AutoScale settings for the pool."
metadata: {}
package: "com.azure.resourcemanager.batch.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-batch:1.0.0