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

253 строки
11 KiB
YAML
Исходник Обычный вид История

2017-07-04 11:36:00 +03:00
### YamlMime:ManagedReference
2016-07-22 11:52:36 +03:00
items:
- uid: com.microsoft.azure.batch.protocol.models._node_remove_parameter
id: _node_remove_parameter
parent: com.microsoft.azure.batch.protocol.models
children:
2016-08-11 05:22:46 +03:00
- com.microsoft.azure.batch.protocol.models._node_remove_parameter.nodeDeallocationOption()
- com.microsoft.azure.batch.protocol.models._node_remove_parameter.nodeList()
- com.microsoft.azure.batch.protocol.models._node_remove_parameter.resizeTimeout()
- com.microsoft.azure.batch.protocol.models._node_remove_parameter.withNodeDeallocationOption(ComputeNodeDeallocationOption)
2016-10-25 13:22:31 +03:00
- com.microsoft.azure.batch.protocol.models._node_remove_parameter.withNodeList(List<String>)
2016-08-11 05:22:46 +03:00
- com.microsoft.azure.batch.protocol.models._node_remove_parameter.withResizeTimeout(Period)
2016-07-22 11:52:36 +03:00
href: com.microsoft.azure.batch.protocol.models._node_remove_parameter.yml
langs:
- java
name: NodeRemoveParameter
2017-04-24 06:40:32 +03:00
nameWithType: NodeRemoveParameter
2016-07-22 11:52:36 +03:00
fullName: com.microsoft.azure.batch.protocol.models.NodeRemoveParameter
type: Class
source:
remote: &o0
2016-12-01 21:19:44 +03:00
path: src/main/java/com/microsoft/azure/batch/protocol/models/NodeRemoveParameter.java
2016-07-22 11:52:36 +03:00
branch: master
2016-12-01 21:19:44 +03:00
repo: https://github.com/Azure/azure-batch-sdk-for-java
path: src/main/java/com/microsoft/azure/batch/protocol/models/NodeRemoveParameter.java
2018-03-20 21:33:06 +03:00
startLine: 19
2016-07-22 11:52:36 +03:00
package: com.microsoft.azure.batch.protocol.models
2017-01-05 02:58:28 +03:00
summary: <p>Options for removing compute nodes from a pool. </p>
2016-07-22 11:52:36 +03:00
syntax: &o1
content: public class NodeRemoveParameter
inheritance:
- java.lang.Object
2016-08-11 05:22:46 +03:00
- uid: com.microsoft.azure.batch.protocol.models._node_remove_parameter.nodeDeallocationOption()
id: nodeDeallocationOption()
2016-07-22 11:52:36 +03:00
parent: com.microsoft.azure.batch.protocol.models._node_remove_parameter
href: com.microsoft.azure.batch.protocol.models._node_remove_parameter.yml
langs:
- java
name: nodeDeallocationOption()
2017-04-24 06:40:32 +03:00
nameWithType: NodeRemoveParameter.nodeDeallocationOption()
2018-07-25 12:21:07 +03:00
fullName: com.microsoft.azure.batch.protocol.models.NodeRemoveParameter.nodeDeallocationOption()
2017-04-24 06:40:32 +03:00
overload: com.microsoft.azure.batch.protocol.models._node_remove_parameter.nodeDeallocationOption*
2016-07-22 11:52:36 +03:00
type: Method
source:
remote: *o0
2016-12-01 21:19:44 +03:00
path: src/main/java/com/microsoft/azure/batch/protocol/models/NodeRemoveParameter.java
2018-03-20 21:33:06 +03:00
startLine: 91
2016-07-22 11:52:36 +03:00
package: com.microsoft.azure.batch.protocol.models
summary: >-
<p>Get the nodeDeallocationOption value.</p>
<p></p>
syntax:
content: public ComputeNodeDeallocationOption nodeDeallocationOption()
return:
type: com.microsoft.azure.batch.protocol.models._compute_node_deallocation_option
description: <p>the nodeDeallocationOption value </p>
2016-08-11 05:22:46 +03:00
- uid: com.microsoft.azure.batch.protocol.models._node_remove_parameter.nodeList()
id: nodeList()
2016-07-22 11:52:36 +03:00
parent: com.microsoft.azure.batch.protocol.models._node_remove_parameter
href: com.microsoft.azure.batch.protocol.models._node_remove_parameter.yml
langs:
- java
name: nodeList()
2017-04-24 06:40:32 +03:00
nameWithType: NodeRemoveParameter.nodeList()
2018-07-25 12:21:07 +03:00
fullName: com.microsoft.azure.batch.protocol.models.NodeRemoveParameter.nodeList()
2017-04-24 06:40:32 +03:00
overload: com.microsoft.azure.batch.protocol.models._node_remove_parameter.nodeList*
2016-07-22 11:52:36 +03:00
type: Method
source:
remote: *o0
2016-12-01 21:19:44 +03:00
path: src/main/java/com/microsoft/azure/batch/protocol/models/NodeRemoveParameter.java
2018-03-20 21:33:06 +03:00
startLine: 51
2016-07-22 11:52:36 +03:00
package: com.microsoft.azure.batch.protocol.models
summary: >-
<p>Get the nodeList value.</p>
<p></p>
syntax:
2016-10-25 13:22:31 +03:00
content: public List<String> nodeList()
2016-07-22 11:52:36 +03:00
return:
2016-10-25 13:22:31 +03:00
type: 7d60c20e
2016-07-22 11:52:36 +03:00
description: <p>the nodeList value </p>
2016-08-11 05:22:46 +03:00
- uid: com.microsoft.azure.batch.protocol.models._node_remove_parameter.resizeTimeout()
id: resizeTimeout()
2016-07-22 11:52:36 +03:00
parent: com.microsoft.azure.batch.protocol.models._node_remove_parameter
href: com.microsoft.azure.batch.protocol.models._node_remove_parameter.yml
langs:
- java
name: resizeTimeout()
2017-04-24 06:40:32 +03:00
nameWithType: NodeRemoveParameter.resizeTimeout()
2018-07-25 12:21:07 +03:00
fullName: com.microsoft.azure.batch.protocol.models.NodeRemoveParameter.resizeTimeout()
2017-04-24 06:40:32 +03:00
overload: com.microsoft.azure.batch.protocol.models._node_remove_parameter.resizeTimeout*
2016-07-22 11:52:36 +03:00
type: Method
source:
remote: *o0
2016-12-01 21:19:44 +03:00
path: src/main/java/com/microsoft/azure/batch/protocol/models/NodeRemoveParameter.java
2018-03-20 21:33:06 +03:00
startLine: 71
2016-07-22 11:52:36 +03:00
package: com.microsoft.azure.batch.protocol.models
summary: >-
<p>Get the resizeTimeout value.</p>
<p></p>
syntax:
content: public Period resizeTimeout()
return:
type: "6e600119"
description: <p>the resizeTimeout value </p>
2016-08-11 05:22:46 +03:00
- uid: com.microsoft.azure.batch.protocol.models._node_remove_parameter.withNodeDeallocationOption(ComputeNodeDeallocationOption)
id: withNodeDeallocationOption(ComputeNodeDeallocationOption)
2016-07-22 11:52:36 +03:00
parent: com.microsoft.azure.batch.protocol.models._node_remove_parameter
href: com.microsoft.azure.batch.protocol.models._node_remove_parameter.yml
langs:
- java
name: withNodeDeallocationOption(ComputeNodeDeallocationOption nodeDeallocationOption)
2017-04-24 06:40:32 +03:00
nameWithType: NodeRemoveParameter.withNodeDeallocationOption(ComputeNodeDeallocationOption nodeDeallocationOption)
2018-07-25 12:21:07 +03:00
fullName: com.microsoft.azure.batch.protocol.models.NodeRemoveParameter.withNodeDeallocationOption(ComputeNodeDeallocationOption nodeDeallocationOption)
2017-04-24 06:40:32 +03:00
overload: com.microsoft.azure.batch.protocol.models._node_remove_parameter.withNodeDeallocationOption*
2016-07-22 11:52:36 +03:00
type: Method
source:
remote: *o0
2016-12-01 21:19:44 +03:00
path: src/main/java/com/microsoft/azure/batch/protocol/models/NodeRemoveParameter.java
2018-03-20 21:33:06 +03:00
startLine: 101
2016-07-22 11:52:36 +03:00
package: com.microsoft.azure.batch.protocol.models
summary: >-
<p>Set the nodeDeallocationOption value.</p>
<p></p>
syntax:
content: public NodeRemoveParameter withNodeDeallocationOption(ComputeNodeDeallocationOption nodeDeallocationOption)
parameters:
- id: nodeDeallocationOption
type: com.microsoft.azure.batch.protocol.models._compute_node_deallocation_option
description: <p>the nodeDeallocationOption value to set </p>
return:
type: com.microsoft.azure.batch.protocol.models._node_remove_parameter
2018-07-20 12:41:48 +03:00
description: <p>the NodeRemoveParameter object itself. </p>
2016-10-25 13:22:31 +03:00
- uid: com.microsoft.azure.batch.protocol.models._node_remove_parameter.withNodeList(List<String>)
id: withNodeList(List<String>)
2016-07-22 11:52:36 +03:00
parent: com.microsoft.azure.batch.protocol.models._node_remove_parameter
href: com.microsoft.azure.batch.protocol.models._node_remove_parameter.yml
langs:
- java
2016-10-25 13:22:31 +03:00
name: withNodeList(List<String> nodeList)
2017-04-24 06:40:32 +03:00
nameWithType: NodeRemoveParameter.withNodeList(List<String> nodeList)
2018-07-25 12:21:07 +03:00
fullName: com.microsoft.azure.batch.protocol.models.NodeRemoveParameter.withNodeList(List<String> nodeList)
2017-04-24 06:40:32 +03:00
overload: com.microsoft.azure.batch.protocol.models._node_remove_parameter.withNodeList*
2016-07-22 11:52:36 +03:00
type: Method
source:
remote: *o0
2016-12-01 21:19:44 +03:00
path: src/main/java/com/microsoft/azure/batch/protocol/models/NodeRemoveParameter.java
2018-03-20 21:33:06 +03:00
startLine: 61
2016-07-22 11:52:36 +03:00
package: com.microsoft.azure.batch.protocol.models
summary: >-
<p>Set the nodeList value.</p>
<p></p>
syntax:
2016-10-25 13:22:31 +03:00
content: public NodeRemoveParameter withNodeList(List<String> nodeList)
2016-07-22 11:52:36 +03:00
parameters:
- id: nodeList
2016-10-25 13:22:31 +03:00
type: 7d60c20e
2016-07-22 11:52:36 +03:00
description: <p>the nodeList value to set </p>
return:
type: com.microsoft.azure.batch.protocol.models._node_remove_parameter
2018-07-20 12:41:48 +03:00
description: <p>the NodeRemoveParameter object itself. </p>
2016-08-11 05:22:46 +03:00
- uid: com.microsoft.azure.batch.protocol.models._node_remove_parameter.withResizeTimeout(Period)
id: withResizeTimeout(Period)
2016-07-22 11:52:36 +03:00
parent: com.microsoft.azure.batch.protocol.models._node_remove_parameter
href: com.microsoft.azure.batch.protocol.models._node_remove_parameter.yml
langs:
- java
name: withResizeTimeout(Period resizeTimeout)
2017-04-24 06:40:32 +03:00
nameWithType: NodeRemoveParameter.withResizeTimeout(Period resizeTimeout)
2018-07-25 12:21:07 +03:00
fullName: com.microsoft.azure.batch.protocol.models.NodeRemoveParameter.withResizeTimeout(Period resizeTimeout)
2017-04-24 06:40:32 +03:00
overload: com.microsoft.azure.batch.protocol.models._node_remove_parameter.withResizeTimeout*
2016-07-22 11:52:36 +03:00
type: Method
source:
remote: *o0
2016-12-01 21:19:44 +03:00
path: src/main/java/com/microsoft/azure/batch/protocol/models/NodeRemoveParameter.java
2018-03-20 21:33:06 +03:00
startLine: 81
2016-07-22 11:52:36 +03:00
package: com.microsoft.azure.batch.protocol.models
summary: >-
<p>Set the resizeTimeout value.</p>
<p></p>
syntax:
content: public NodeRemoveParameter withResizeTimeout(Period resizeTimeout)
parameters:
- id: resizeTimeout
type: "6e600119"
description: <p>the resizeTimeout value to set </p>
return:
type: com.microsoft.azure.batch.protocol.models._node_remove_parameter
2018-07-20 12:41:48 +03:00
description: <p>the NodeRemoveParameter object itself. </p>
2016-07-22 11:52:36 +03:00
references:
2016-10-25 13:22:31 +03:00
- uid: 7d60c20e
2016-07-22 11:52:36 +03:00
spec.java:
2016-10-25 13:22:31 +03:00
- name: List<String>
fullName: List<String>
2017-04-26 09:00:50 +03:00
- uid: com.microsoft.azure.batch.protocol.models._node_remove_parameter.nodeList*
name: nodeList
nameWithType: NodeRemoveParameter.nodeList
2018-07-25 12:21:07 +03:00
fullName: com.microsoft.azure.batch.protocol.models.NodeRemoveParameter.nodeList
2017-04-26 09:00:50 +03:00
package: com.microsoft.azure.batch.protocol.models
2017-04-24 06:40:32 +03:00
- uid: com.microsoft.azure.batch.protocol.models._node_remove_parameter.withNodeList*
name: withNodeList
nameWithType: NodeRemoveParameter.withNodeList
2018-07-25 12:21:07 +03:00
fullName: com.microsoft.azure.batch.protocol.models.NodeRemoveParameter.withNodeList
2017-04-26 09:00:50 +03:00
package: com.microsoft.azure.batch.protocol.models
2016-07-22 11:52:36 +03:00
- uid: "6e600119"
spec.java:
- name: Period
fullName: Period
2017-04-26 09:00:50 +03:00
- uid: com.microsoft.azure.batch.protocol.models._node_remove_parameter.resizeTimeout*
name: resizeTimeout
nameWithType: NodeRemoveParameter.resizeTimeout
2018-07-25 12:21:07 +03:00
fullName: com.microsoft.azure.batch.protocol.models.NodeRemoveParameter.resizeTimeout
2017-04-26 09:00:50 +03:00
package: com.microsoft.azure.batch.protocol.models
2017-04-24 06:40:32 +03:00
- uid: com.microsoft.azure.batch.protocol.models._node_remove_parameter.withResizeTimeout*
name: withResizeTimeout
nameWithType: NodeRemoveParameter.withResizeTimeout
2018-07-25 12:21:07 +03:00
fullName: com.microsoft.azure.batch.protocol.models.NodeRemoveParameter.withResizeTimeout
2017-04-26 09:00:50 +03:00
package: com.microsoft.azure.batch.protocol.models
2017-04-24 06:40:32 +03:00
- uid: com.microsoft.azure.batch.protocol.models._node_remove_parameter.nodeDeallocationOption*
name: nodeDeallocationOption
nameWithType: NodeRemoveParameter.nodeDeallocationOption
2018-07-25 12:21:07 +03:00
fullName: com.microsoft.azure.batch.protocol.models.NodeRemoveParameter.nodeDeallocationOption
2017-04-26 09:00:50 +03:00
package: com.microsoft.azure.batch.protocol.models
2017-04-24 06:40:32 +03:00
- uid: com.microsoft.azure.batch.protocol.models._node_remove_parameter.withNodeDeallocationOption*
name: withNodeDeallocationOption
nameWithType: NodeRemoveParameter.withNodeDeallocationOption
2018-07-25 12:21:07 +03:00
fullName: com.microsoft.azure.batch.protocol.models.NodeRemoveParameter.withNodeDeallocationOption
2017-04-26 09:00:50 +03:00
package: com.microsoft.azure.batch.protocol.models
2016-07-22 11:52:36 +03:00
- uid: com.microsoft.azure.batch.protocol.models._compute_node_deallocation_option
parent: com.microsoft.azure.batch.protocol.models
href: com.microsoft.azure.batch.protocol.models._compute_node_deallocation_option.yml
name: ComputeNodeDeallocationOption
2017-04-24 06:40:32 +03:00
nameWithType: ComputeNodeDeallocationOption
2016-07-22 11:52:36 +03:00
fullName: com.microsoft.azure.batch.protocol.models.ComputeNodeDeallocationOption
type: Enum
2018-07-20 12:41:48 +03:00
summary: <p>Defines values for ComputeNodeDeallocationOption. </p>
2016-07-22 11:52:36 +03:00
syntax:
content: public enum ComputeNodeDeallocationOption
- uid: com.microsoft.azure.batch.protocol.models._node_remove_parameter
parent: com.microsoft.azure.batch.protocol.models
href: com.microsoft.azure.batch.protocol.models._node_remove_parameter.yml
name: NodeRemoveParameter
2017-04-24 06:40:32 +03:00
nameWithType: NodeRemoveParameter
2016-07-22 11:52:36 +03:00
fullName: com.microsoft.azure.batch.protocol.models.NodeRemoveParameter
type: Class
2017-01-05 02:58:28 +03:00
summary: <p>Options for removing compute nodes from a pool. </p>
2016-07-22 11:52:36 +03:00
syntax: *o1