azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

132 строки
11 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.batch.FixedScaleSettings"
fullName: "com.microsoft.azure.management.batch.FixedScaleSettings"
name: "FixedScaleSettings"
nameWithType: "FixedScaleSettings"
summary: "Fixed scale settings for the pool."
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 **FixedScaleSettings**"
constructors:
- uid: "com.microsoft.azure.management.batch.FixedScaleSettings.FixedScaleSettings()"
fullName: "com.microsoft.azure.management.batch.FixedScaleSettings.FixedScaleSettings()"
name: "FixedScaleSettings()"
nameWithType: "FixedScaleSettings.FixedScaleSettings()"
syntax: "public FixedScaleSettings()"
methods:
- uid: "com.microsoft.azure.management.batch.FixedScaleSettings.nodeDeallocationOption()"
fullName: "com.microsoft.azure.management.batch.FixedScaleSettings.nodeDeallocationOption()"
name: "nodeDeallocationOption()"
nameWithType: "FixedScaleSettings.nodeDeallocationOption()"
summary: "Get if omitted, the default value is Requeue."
syntax: "public ComputeNodeDeallocationOption nodeDeallocationOption()"
desc: "Get if omitted, the default value is Requeue. Possible values include: 'Requeue', 'Terminate', 'TaskCompletion', 'RetainedData'."
returns:
description: "the nodeDeallocationOption value"
type: "<xref href=\"com.microsoft.azure.management.batch.ComputeNodeDeallocationOption?alt=com.microsoft.azure.management.batch.ComputeNodeDeallocationOption&text=ComputeNodeDeallocationOption\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.FixedScaleSettings.resizeTimeout()"
fullName: "com.microsoft.azure.management.batch.FixedScaleSettings.resizeTimeout()"
name: "resizeTimeout()"
nameWithType: "FixedScaleSettings.resizeTimeout()"
summary: "Get the default value is 15 minutes."
syntax: "public Period resizeTimeout()"
desc: "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)."
returns:
description: "the resizeTimeout value"
type: "<xref href=\"org.joda.time.Period?alt=org.joda.time.Period&text=Period\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.FixedScaleSettings.targetDedicatedNodes()"
fullName: "com.microsoft.azure.management.batch.FixedScaleSettings.targetDedicatedNodes()"
name: "targetDedicatedNodes()"
nameWithType: "FixedScaleSettings.targetDedicatedNodes()"
summary: "Get at least one of target<wbr>Dedicated<wbr>Nodes, target<wbr>Low<wbr>Priority<wbr>Nodes must be set."
syntax: "public Integer targetDedicatedNodes()"
desc: "Get at least one of targetDedicatedNodes, targetLowPriorityNodes must be set."
returns:
description: "the targetDedicatedNodes value"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.FixedScaleSettings.targetLowPriorityNodes()"
fullName: "com.microsoft.azure.management.batch.FixedScaleSettings.targetLowPriorityNodes()"
name: "targetLowPriorityNodes()"
nameWithType: "FixedScaleSettings.targetLowPriorityNodes()"
summary: "Get at least one of target<wbr>Dedicated<wbr>Nodes, target<wbr>Low<wbr>Priority<wbr>Nodes must be set."
syntax: "public Integer targetLowPriorityNodes()"
desc: "Get at least one of targetDedicatedNodes, targetLowPriorityNodes must be set."
returns:
description: "the targetLowPriorityNodes value"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.FixedScaleSettings.withNodeDeallocationOption(com.microsoft.azure.management.batch.ComputeNodeDeallocationOption)"
fullName: "com.microsoft.azure.management.batch.FixedScaleSettings.withNodeDeallocationOption(ComputeNodeDeallocationOption nodeDeallocationOption)"
name: "withNodeDeallocationOption(ComputeNodeDeallocationOption nodeDeallocationOption)"
nameWithType: "FixedScaleSettings.withNodeDeallocationOption(ComputeNodeDeallocationOption nodeDeallocationOption)"
summary: "Set if omitted, the default value is Requeue."
parameters:
- description: "the nodeDeallocationOption value to set"
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\" />"
syntax: "public FixedScaleSettings withNodeDeallocationOption(ComputeNodeDeallocationOption nodeDeallocationOption)"
desc: "Set if omitted, the default value is Requeue. Possible values include: 'Requeue', 'Terminate', 'TaskCompletion', 'RetainedData'."
returns:
description: "the FixedScaleSettings object itself."
type: "<xref href=\"com.microsoft.azure.management.batch.FixedScaleSettings?alt=com.microsoft.azure.management.batch.FixedScaleSettings&text=FixedScaleSettings\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.FixedScaleSettings.withResizeTimeout(org.joda.time.Period)"
fullName: "com.microsoft.azure.management.batch.FixedScaleSettings.withResizeTimeout(Period resizeTimeout)"
name: "withResizeTimeout(Period resizeTimeout)"
nameWithType: "FixedScaleSettings.withResizeTimeout(Period resizeTimeout)"
summary: "Set the default value is 15 minutes."
parameters:
- description: "the resizeTimeout value to set"
name: "resizeTimeout"
type: "<xref href=\"org.joda.time.Period?alt=org.joda.time.Period&text=Period\" data-throw-if-not-resolved=\"False\" />"
syntax: "public FixedScaleSettings withResizeTimeout(Period resizeTimeout)"
desc: "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)."
returns:
description: "the FixedScaleSettings object itself."
type: "<xref href=\"com.microsoft.azure.management.batch.FixedScaleSettings?alt=com.microsoft.azure.management.batch.FixedScaleSettings&text=FixedScaleSettings\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.FixedScaleSettings.withTargetDedicatedNodes(java.lang.Integer)"
fullName: "com.microsoft.azure.management.batch.FixedScaleSettings.withTargetDedicatedNodes(Integer targetDedicatedNodes)"
name: "withTargetDedicatedNodes(Integer targetDedicatedNodes)"
nameWithType: "FixedScaleSettings.withTargetDedicatedNodes(Integer targetDedicatedNodes)"
summary: "Set at least one of target<wbr>Dedicated<wbr>Nodes, target<wbr>Low<wbr>Priority<wbr>Nodes must be set."
parameters:
- description: "the targetDedicatedNodes value to set"
name: "targetDedicatedNodes"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
syntax: "public FixedScaleSettings withTargetDedicatedNodes(Integer targetDedicatedNodes)"
desc: "Set at least one of targetDedicatedNodes, targetLowPriorityNodes must be set."
returns:
description: "the FixedScaleSettings object itself."
type: "<xref href=\"com.microsoft.azure.management.batch.FixedScaleSettings?alt=com.microsoft.azure.management.batch.FixedScaleSettings&text=FixedScaleSettings\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.FixedScaleSettings.withTargetLowPriorityNodes(java.lang.Integer)"
fullName: "com.microsoft.azure.management.batch.FixedScaleSettings.withTargetLowPriorityNodes(Integer targetLowPriorityNodes)"
name: "withTargetLowPriorityNodes(Integer targetLowPriorityNodes)"
nameWithType: "FixedScaleSettings.withTargetLowPriorityNodes(Integer targetLowPriorityNodes)"
summary: "Set at least one of target<wbr>Dedicated<wbr>Nodes, target<wbr>Low<wbr>Priority<wbr>Nodes must be set."
parameters:
- description: "the targetLowPriorityNodes value to set"
name: "targetLowPriorityNodes"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
syntax: "public FixedScaleSettings withTargetLowPriorityNodes(Integer targetLowPriorityNodes)"
desc: "Set at least one of targetDedicatedNodes, targetLowPriorityNodes must be set."
returns:
description: "the FixedScaleSettings object itself."
type: "<xref href=\"com.microsoft.azure.management.batch.FixedScaleSettings?alt=com.microsoft.azure.management.batch.FixedScaleSettings&text=FixedScaleSettings\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Fixed scale settings for the pool."
metadata: {}
package: "com.microsoft.azure.management.batch"
artifact: com.microsoft.azure:azure-mgmt-batch:1.41.4