azure-docs-sdk-java/docs-ref-autogen/com.microsoft.azure.batch.p...

108 строки
6.8 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.batch.protocol.models.AutoScaleRun"
fullName: "com.microsoft.azure.batch.protocol.models.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: "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 class **AutoScaleRun**"
constructors:
- uid: "com.microsoft.azure.batch.protocol.models.AutoScaleRun.AutoScaleRun()"
fullName: "com.microsoft.azure.batch.protocol.models.AutoScaleRun.AutoScaleRun()"
name: "AutoScaleRun()"
nameWithType: "AutoScaleRun.AutoScaleRun()"
syntax: "public AutoScaleRun()"
methods:
- uid: "com.microsoft.azure.batch.protocol.models.AutoScaleRun.error()"
fullName: "com.microsoft.azure.batch.protocol.models.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.batch.protocol.models.AutoScaleRunError?alt=com.microsoft.azure.batch.protocol.models.AutoScaleRunError&text=AutoScaleRunError\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.batch.protocol.models.AutoScaleRun.results()"
fullName: "com.microsoft.azure.batch.protocol.models.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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.microsoft.azure.batch.protocol.models.AutoScaleRun.timestamp()"
fullName: "com.microsoft.azure.batch.protocol.models.AutoScaleRun.timestamp()"
name: "timestamp()"
nameWithType: "AutoScaleRun.timestamp()"
summary: "Get the timestamp value."
syntax: "public DateTime timestamp()"
desc: "Get the timestamp value."
returns:
description: "the timestamp 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.batch.protocol.models.AutoScaleRun.withError(com.microsoft.azure.batch.protocol.models.AutoScaleRunError)"
fullName: "com.microsoft.azure.batch.protocol.models.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.batch.protocol.models.AutoScaleRunError?alt=com.microsoft.azure.batch.protocol.models.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.batch.protocol.models.AutoScaleRun?alt=com.microsoft.azure.batch.protocol.models.AutoScaleRun&text=AutoScaleRun\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.batch.protocol.models.AutoScaleRun.withResults(java.lang.String)"
fullName: "com.microsoft.azure.batch.protocol.models.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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
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.batch.protocol.models.AutoScaleRun?alt=com.microsoft.azure.batch.protocol.models.AutoScaleRun&text=AutoScaleRun\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.batch.protocol.models.AutoScaleRun.withTimestamp(org.joda.time.DateTime)"
fullName: "com.microsoft.azure.batch.protocol.models.AutoScaleRun.withTimestamp(DateTime timestamp)"
name: "withTimestamp(DateTime timestamp)"
nameWithType: "AutoScaleRun.withTimestamp(DateTime timestamp)"
summary: "Set the timestamp value."
parameters:
- description: "the timestamp value to set"
name: "timestamp"
type: "<xref href=\"org.joda.time.DateTime?alt=org.joda.time.DateTime&text=DateTime\" data-throw-if-not-resolved=\"False\" />"
syntax: "public AutoScaleRun withTimestamp(DateTime timestamp)"
desc: "Set the timestamp value."
returns:
description: "the AutoScaleRun object itself."
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.AutoScaleRun?alt=com.microsoft.azure.batch.protocol.models.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.batch.protocol.models"
artifact: com.microsoft.azure:azure-batch:11.2.0