108 строки
7.1 KiB
YAML
108 строки
7.1 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.batch.AutoScaleRun"
|
|
fullName: "com.microsoft.azure.management.batch.AutoScaleRun"
|
|
name: "AutoScaleRun"
|
|
nameWithType: "AutoScaleRun"
|
|
summary: "The results and errors from an execution of a pool autoscale formula."
|
|
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 **AutoScaleRun**"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.management.batch.AutoScaleRun.AutoScaleRun()"
|
|
fullName: "com.microsoft.azure.management.batch.AutoScaleRun.AutoScaleRun()"
|
|
name: "AutoScaleRun()"
|
|
nameWithType: "AutoScaleRun.AutoScaleRun()"
|
|
syntax: "public AutoScaleRun()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.batch.AutoScaleRun.error()"
|
|
fullName: "com.microsoft.azure.management.batch.AutoScaleRun.error()"
|
|
name: "error()"
|
|
nameWithType: "AutoScaleRun.error()"
|
|
summary: "Get the error value."
|
|
syntax: "public AutoScaleRunError error()"
|
|
desc: "Get the error value."
|
|
returns:
|
|
description: "the error value"
|
|
type: "<xref href=\"com.microsoft.azure.management.batch.AutoScaleRunError?alt=com.microsoft.azure.management.batch.AutoScaleRunError&text=AutoScaleRunError\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.batch.AutoScaleRun.evaluationTime()"
|
|
fullName: "com.microsoft.azure.management.batch.AutoScaleRun.evaluationTime()"
|
|
name: "evaluationTime()"
|
|
nameWithType: "AutoScaleRun.evaluationTime()"
|
|
summary: "Get the evaluation<wbr>Time value."
|
|
syntax: "public DateTime evaluationTime()"
|
|
desc: "Get the evaluationTime value."
|
|
returns:
|
|
description: "the evaluationTime value"
|
|
type: "<xref href=\"org.joda.time.DateTime?alt=org.joda.time.DateTime&text=DateTime\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.batch.AutoScaleRun.results()"
|
|
fullName: "com.microsoft.azure.management.batch.AutoScaleRun.results()"
|
|
name: "results()"
|
|
nameWithType: "AutoScaleRun.results()"
|
|
summary: "Get each variable value is returned in the form $variable=value, and variables are separated by semicolons."
|
|
syntax: "public String results()"
|
|
desc: "Get each variable value is returned in the form $variable=value, and variables are separated by semicolons."
|
|
returns:
|
|
description: "the results value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.batch.AutoScaleRun.withError(com.microsoft.azure.management.batch.AutoScaleRunError)"
|
|
fullName: "com.microsoft.azure.management.batch.AutoScaleRun.withError(AutoScaleRunError error)"
|
|
name: "withError(AutoScaleRunError error)"
|
|
nameWithType: "AutoScaleRun.withError(AutoScaleRunError error)"
|
|
summary: "Set the error value."
|
|
parameters:
|
|
- description: "the error value to set"
|
|
name: "error"
|
|
type: "<xref href=\"com.microsoft.azure.management.batch.AutoScaleRunError?alt=com.microsoft.azure.management.batch.AutoScaleRunError&text=AutoScaleRunError\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public AutoScaleRun withError(AutoScaleRunError error)"
|
|
desc: "Set the error value."
|
|
returns:
|
|
description: "the AutoScaleRun object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.batch.AutoScaleRun?alt=com.microsoft.azure.management.batch.AutoScaleRun&text=AutoScaleRun\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.batch.AutoScaleRun.withEvaluationTime(org.joda.time.DateTime)"
|
|
fullName: "com.microsoft.azure.management.batch.AutoScaleRun.withEvaluationTime(DateTime evaluationTime)"
|
|
name: "withEvaluationTime(DateTime evaluationTime)"
|
|
nameWithType: "AutoScaleRun.withEvaluationTime(DateTime evaluationTime)"
|
|
summary: "Set the evaluation<wbr>Time value."
|
|
parameters:
|
|
- description: "the evaluationTime value to set"
|
|
name: "evaluationTime"
|
|
type: "<xref href=\"org.joda.time.DateTime?alt=org.joda.time.DateTime&text=DateTime\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public AutoScaleRun withEvaluationTime(DateTime evaluationTime)"
|
|
desc: "Set the evaluationTime value."
|
|
returns:
|
|
description: "the AutoScaleRun object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.batch.AutoScaleRun?alt=com.microsoft.azure.management.batch.AutoScaleRun&text=AutoScaleRun\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.batch.AutoScaleRun.withResults(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.batch.AutoScaleRun.withResults(String results)"
|
|
name: "withResults(String results)"
|
|
nameWithType: "AutoScaleRun.withResults(String results)"
|
|
summary: "Set each variable value is returned in the form $variable=value, and variables are separated by semicolons."
|
|
parameters:
|
|
- description: "the results value to set"
|
|
name: "results"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public AutoScaleRun withResults(String results)"
|
|
desc: "Set each variable value is returned in the form $variable=value, and variables are separated by semicolons."
|
|
returns:
|
|
description: "the AutoScaleRun object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.batch.AutoScaleRun?alt=com.microsoft.azure.management.batch.AutoScaleRun&text=AutoScaleRun\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "The results and errors from an execution of a pool autoscale formula."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.batch"
|
|
artifact: com.microsoft.azure:azure-mgmt-batch:1.41.4
|