### YamlMime:JavaType uid: "com.microsoft.azure.management.batch.AutoScaleSettings" fullName: "com.microsoft.azure.management.batch.AutoScaleSettings" name: "AutoScaleSettings" nameWithType: "AutoScaleSettings" summary: "AutoScale settings for the pool." inheritances: - "" inheritedClassMethods: - classRef: "" methodsRef: - "" - "" - "" - "" - "" - "" - "" - "" - "" - "" - "" syntax: "public class **AutoScaleSettings**" constructors: - uid: "com.microsoft.azure.management.batch.AutoScaleSettings.AutoScaleSettings()" fullName: "com.microsoft.azure.management.batch.AutoScaleSettings.AutoScaleSettings()" name: "AutoScaleSettings()" nameWithType: "AutoScaleSettings.AutoScaleSettings()" syntax: "public AutoScaleSettings()" methods: - uid: "com.microsoft.azure.management.batch.AutoScaleSettings.evaluationInterval()" fullName: "com.microsoft.azure.management.batch.AutoScaleSettings.evaluationInterval()" name: "evaluationInterval()" nameWithType: "AutoScaleSettings.evaluationInterval()" summary: "Get if omitted, the default value is 15 minutes (PT15M)." syntax: "public Period evaluationInterval()" desc: "Get if omitted, the default value is 15 minutes (PT15M)." returns: description: "the evaluationInterval value" type: "" - uid: "com.microsoft.azure.management.batch.AutoScaleSettings.formula()" fullName: "com.microsoft.azure.management.batch.AutoScaleSettings.formula()" name: "formula()" nameWithType: "AutoScaleSettings.formula()" summary: "Get the formula value." syntax: "public String formula()" desc: "Get the formula value." returns: description: "the formula value" type: "" - uid: "com.microsoft.azure.management.batch.AutoScaleSettings.withEvaluationInterval(org.joda.time.Period)" fullName: "com.microsoft.azure.management.batch.AutoScaleSettings.withEvaluationInterval(Period evaluationInterval)" name: "withEvaluationInterval(Period evaluationInterval)" nameWithType: "AutoScaleSettings.withEvaluationInterval(Period evaluationInterval)" summary: "Set if omitted, the default value is 15 minutes (PT15M)." parameters: - description: "the evaluationInterval value to set" name: "evaluationInterval" type: "" syntax: "public AutoScaleSettings withEvaluationInterval(Period evaluationInterval)" desc: "Set if omitted, the default value is 15 minutes (PT15M)." returns: description: "the AutoScaleSettings object itself." type: "" - uid: "com.microsoft.azure.management.batch.AutoScaleSettings.withFormula(java.lang.String)" fullName: "com.microsoft.azure.management.batch.AutoScaleSettings.withFormula(String formula)" name: "withFormula(String formula)" nameWithType: "AutoScaleSettings.withFormula(String formula)" summary: "Set the formula value." parameters: - description: "the formula value to set" name: "formula" type: "" syntax: "public AutoScaleSettings withFormula(String formula)" desc: "Set the formula value." returns: description: "the AutoScaleSettings object itself." type: "" type: "class" desc: "AutoScale settings for the pool." metadata: {} package: "com.microsoft.azure.management.batch" artifact: com.microsoft.azure:azure-mgmt-batch:1.41.4