126 строки
7.8 KiB
YAML
126 строки
7.8 KiB
YAML
### YamlMime:JavaType
|
|
inheritances:
|
|
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
|
|
methods:
|
|
- fullName: com.microsoft.azure.management.batch.FixedScaleSettings.nodeDeallocationOption()
|
|
name: nodeDeallocationOption()
|
|
nameWithType: FixedScaleSettings.nodeDeallocationOption()
|
|
returns:
|
|
description: <p>the nodeDeallocationOption value </p>
|
|
type: <xref href="com.microsoft.azure.management.batch.ComputeNodeDeallocationOption?alt=com.microsoft.azure.management.batch.ComputeNodeDeallocationOption&text=ComputeNodeDeallocationOption" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Get if omitted, the default value is Requeue. Possible values include: 'Requeue', 'Terminate', 'TaskCompletion', 'RetainedData'.</p>
|
|
|
|
<p></p>
|
|
syntax: public ComputeNodeDeallocationOption nodeDeallocationOption()
|
|
uid: com.microsoft.azure.management.batch.FixedScaleSettings.nodeDeallocationOption()
|
|
- fullName: com.microsoft.azure.management.batch.FixedScaleSettings.resizeTimeout()
|
|
name: resizeTimeout()
|
|
nameWithType: FixedScaleSettings.resizeTimeout()
|
|
returns:
|
|
description: <p>the resizeTimeout value </p>
|
|
type: <xref href="Period?alt=Period&text=Period" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Get the default value is 15 minutes. Timeout values use ISO 8601 format. For example, use PT10M for 10 minutes. The minimum value is 5 minutes. If you specify a value less than 5 minutes, the Batch service rejects the request with an error; if you are calling the REST API directly, the HTTP status code is 400 (Bad Request).</p>
|
|
|
|
<p></p>
|
|
syntax: public Period resizeTimeout()
|
|
uid: com.microsoft.azure.management.batch.FixedScaleSettings.resizeTimeout()
|
|
- fullName: com.microsoft.azure.management.batch.FixedScaleSettings.targetDedicatedNodes()
|
|
name: targetDedicatedNodes()
|
|
nameWithType: FixedScaleSettings.targetDedicatedNodes()
|
|
returns:
|
|
description: <p>the targetDedicatedNodes value </p>
|
|
type: <xref href="Integer?alt=Integer&text=Integer" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Get at least one of targetDedicatedNodes, targetLowPriorityNodes must be set.</p>
|
|
|
|
<p></p>
|
|
syntax: public Integer targetDedicatedNodes()
|
|
uid: com.microsoft.azure.management.batch.FixedScaleSettings.targetDedicatedNodes()
|
|
- fullName: com.microsoft.azure.management.batch.FixedScaleSettings.targetLowPriorityNodes()
|
|
name: targetLowPriorityNodes()
|
|
nameWithType: FixedScaleSettings.targetLowPriorityNodes()
|
|
returns:
|
|
description: <p>the targetLowPriorityNodes value </p>
|
|
type: <xref href="Integer?alt=Integer&text=Integer" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Get at least one of targetDedicatedNodes, targetLowPriorityNodes must be set.</p>
|
|
|
|
<p></p>
|
|
syntax: public Integer targetLowPriorityNodes()
|
|
uid: com.microsoft.azure.management.batch.FixedScaleSettings.targetLowPriorityNodes()
|
|
- fullName: com.microsoft.azure.management.batch.FixedScaleSettings.withNodeDeallocationOption(ComputeNodeDeallocationOption nodeDeallocationOption)
|
|
name: withNodeDeallocationOption(ComputeNodeDeallocationOption nodeDeallocationOption)
|
|
nameWithType: FixedScaleSettings.withNodeDeallocationOption(ComputeNodeDeallocationOption nodeDeallocationOption)
|
|
parameters:
|
|
- description: <p>the nodeDeallocationOption value to set </p>
|
|
name: nodeDeallocationOption
|
|
type: <xref href="com.microsoft.azure.management.batch.ComputeNodeDeallocationOption?alt=com.microsoft.azure.management.batch.ComputeNodeDeallocationOption&text=ComputeNodeDeallocationOption" data-throw-if-not-resolved="False"/>
|
|
returns:
|
|
description: <p>the FixedScaleSettings object itself. </p>
|
|
type: <xref href="com.microsoft.azure.management.batch.FixedScaleSettings?alt=com.microsoft.azure.management.batch.FixedScaleSettings&text=FixedScaleSettings" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Set if omitted, the default value is Requeue. Possible values include: 'Requeue', 'Terminate', 'TaskCompletion', 'RetainedData'.</p>
|
|
|
|
<p></p>
|
|
syntax: public FixedScaleSettings withNodeDeallocationOption(ComputeNodeDeallocationOption nodeDeallocationOption)
|
|
uid: com.microsoft.azure.management.batch.FixedScaleSettings.withNodeDeallocationOption(ComputeNodeDeallocationOption)
|
|
- fullName: com.microsoft.azure.management.batch.FixedScaleSettings.withResizeTimeout(Period resizeTimeout)
|
|
name: withResizeTimeout(Period resizeTimeout)
|
|
nameWithType: FixedScaleSettings.withResizeTimeout(Period resizeTimeout)
|
|
parameters:
|
|
- description: <p>the resizeTimeout value to set </p>
|
|
name: resizeTimeout
|
|
type: <xref href="Period?alt=Period&text=Period" data-throw-if-not-resolved="False"/>
|
|
returns:
|
|
description: <p>the FixedScaleSettings object itself. </p>
|
|
type: <xref href="com.microsoft.azure.management.batch.FixedScaleSettings?alt=com.microsoft.azure.management.batch.FixedScaleSettings&text=FixedScaleSettings" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Set the default value is 15 minutes. Timeout values use ISO 8601 format. For example, use PT10M for 10 minutes. The minimum value is 5 minutes. If you specify a value less than 5 minutes, the Batch service rejects the request with an error; if you are calling the REST API directly, the HTTP status code is 400 (Bad Request).</p>
|
|
|
|
<p></p>
|
|
syntax: public FixedScaleSettings withResizeTimeout(Period resizeTimeout)
|
|
uid: com.microsoft.azure.management.batch.FixedScaleSettings.withResizeTimeout(Period)
|
|
- fullName: com.microsoft.azure.management.batch.FixedScaleSettings.withTargetDedicatedNodes(Integer targetDedicatedNodes)
|
|
name: withTargetDedicatedNodes(Integer targetDedicatedNodes)
|
|
nameWithType: FixedScaleSettings.withTargetDedicatedNodes(Integer targetDedicatedNodes)
|
|
parameters:
|
|
- description: <p>the targetDedicatedNodes value to set </p>
|
|
name: targetDedicatedNodes
|
|
type: <xref href="Integer?alt=Integer&text=Integer" data-throw-if-not-resolved="False"/>
|
|
returns:
|
|
description: <p>the FixedScaleSettings object itself. </p>
|
|
type: <xref href="com.microsoft.azure.management.batch.FixedScaleSettings?alt=com.microsoft.azure.management.batch.FixedScaleSettings&text=FixedScaleSettings" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Set at least one of targetDedicatedNodes, targetLowPriorityNodes must be set.</p>
|
|
|
|
<p></p>
|
|
syntax: public FixedScaleSettings withTargetDedicatedNodes(Integer targetDedicatedNodes)
|
|
uid: com.microsoft.azure.management.batch.FixedScaleSettings.withTargetDedicatedNodes(Integer)
|
|
- fullName: com.microsoft.azure.management.batch.FixedScaleSettings.withTargetLowPriorityNodes(Integer targetLowPriorityNodes)
|
|
name: withTargetLowPriorityNodes(Integer targetLowPriorityNodes)
|
|
nameWithType: FixedScaleSettings.withTargetLowPriorityNodes(Integer targetLowPriorityNodes)
|
|
parameters:
|
|
- description: <p>the targetLowPriorityNodes value to set </p>
|
|
name: targetLowPriorityNodes
|
|
type: <xref href="Integer?alt=Integer&text=Integer" data-throw-if-not-resolved="False"/>
|
|
returns:
|
|
description: <p>the FixedScaleSettings object itself. </p>
|
|
type: <xref href="com.microsoft.azure.management.batch.FixedScaleSettings?alt=com.microsoft.azure.management.batch.FixedScaleSettings&text=FixedScaleSettings" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Set at least one of targetDedicatedNodes, targetLowPriorityNodes must be set.</p>
|
|
|
|
<p></p>
|
|
syntax: public FixedScaleSettings withTargetLowPriorityNodes(Integer targetLowPriorityNodes)
|
|
uid: com.microsoft.azure.management.batch.FixedScaleSettings.withTargetLowPriorityNodes(Integer)
|
|
nameWithType: FixedScaleSettings
|
|
syntax: public class FixedScaleSettings
|
|
type: class
|
|
uid: com.microsoft.azure.management.batch.FixedScaleSettings
|
|
fullName: com.microsoft.azure.management.batch.FixedScaleSettings
|
|
name: FixedScaleSettings
|
|
package: com.microsoft.azure.management.batch
|
|
summary: <p>Fixed scale settings for the pool. </p>
|
|
metadata: {}
|