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

98 строки
4.7 KiB
YAML

### YamlMime:JavaType
inheritances:
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
methods:
- fullName: com.microsoft.azure.batch.protocol.models.AutoScaleRun.error()
name: error()
nameWithType: AutoScaleRun.error()
returns:
description: <p>the error value </p>
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"/>
summary: >-
<p>Get the error value.</p>
<p></p>
syntax: public AutoScaleRunError error()
uid: com.microsoft.azure.batch.protocol.models.AutoScaleRun.error()
- fullName: com.microsoft.azure.batch.protocol.models.AutoScaleRun.results()
name: results()
nameWithType: AutoScaleRun.results()
returns:
description: <p>the results value </p>
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get each variable value is returned in the form $variable=value, and variables are separated by semicolons.</p>
<p></p>
syntax: public String results()
uid: com.microsoft.azure.batch.protocol.models.AutoScaleRun.results()
- fullName: com.microsoft.azure.batch.protocol.models.AutoScaleRun.timestamp()
name: timestamp()
nameWithType: AutoScaleRun.timestamp()
returns:
description: <p>the timestamp value </p>
type: <xref href="DateTime?alt=DateTime&text=DateTime" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the timestamp value.</p>
<p></p>
syntax: public DateTime timestamp()
uid: com.microsoft.azure.batch.protocol.models.AutoScaleRun.timestamp()
- fullName: com.microsoft.azure.batch.protocol.models.AutoScaleRun.withError(AutoScaleRunError error)
name: withError(AutoScaleRunError error)
nameWithType: AutoScaleRun.withError(AutoScaleRunError error)
parameters:
- description: <p>the error value to set </p>
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"/>
returns:
description: <p>the AutoScaleRun object itself. </p>
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"/>
summary: >-
<p>Set the error value.</p>
<p></p>
syntax: public AutoScaleRun withError(AutoScaleRunError error)
uid: com.microsoft.azure.batch.protocol.models.AutoScaleRun.withError(AutoScaleRunError)
- fullName: com.microsoft.azure.batch.protocol.models.AutoScaleRun.withResults(String results)
name: withResults(String results)
nameWithType: AutoScaleRun.withResults(String results)
parameters:
- description: <p>the results value to set </p>
name: results
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
returns:
description: <p>the AutoScaleRun object itself. </p>
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"/>
summary: >-
<p>Set each variable value is returned in the form $variable=value, and variables are separated by semicolons.</p>
<p></p>
syntax: public AutoScaleRun withResults(String results)
uid: com.microsoft.azure.batch.protocol.models.AutoScaleRun.withResults(String)
- fullName: com.microsoft.azure.batch.protocol.models.AutoScaleRun.withTimestamp(DateTime timestamp)
name: withTimestamp(DateTime timestamp)
nameWithType: AutoScaleRun.withTimestamp(DateTime timestamp)
parameters:
- description: <p>the timestamp value to set </p>
name: timestamp
type: <xref href="DateTime?alt=DateTime&text=DateTime" data-throw-if-not-resolved="False"/>
returns:
description: <p>the AutoScaleRun object itself. </p>
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"/>
summary: >-
<p>Set the timestamp value.</p>
<p></p>
syntax: public AutoScaleRun withTimestamp(DateTime timestamp)
uid: com.microsoft.azure.batch.protocol.models.AutoScaleRun.withTimestamp(DateTime)
nameWithType: AutoScaleRun
syntax: public class AutoScaleRun
type: class
uid: com.microsoft.azure.batch.protocol.models.AutoScaleRun
fullName: com.microsoft.azure.batch.protocol.models.AutoScaleRun
name: AutoScaleRun
package: com.microsoft.azure.batch.protocol.models
summary: <p>The results and errors from an execution of a pool autoscale formula. </p>
metadata: {}