Package | Description |
---|---|
com.microsoft.azure.batch.protocol.models |
This package contains the models classes for BatchServiceClient.
|
Modifier and Type | Method and Description |
---|---|
ComputeNodeInformation |
SubtaskInformation.nodeInfo()
Get the nodeInfo value.
|
ComputeNodeInformation |
CloudTask.nodeInfo()
Get the nodeInfo value.
|
ComputeNodeInformation |
ComputeNodeInformation.withAffinityId(String affinityId)
Set the affinityId value.
|
ComputeNodeInformation |
ComputeNodeInformation.withNodeId(String nodeId)
Set the nodeId value.
|
ComputeNodeInformation |
ComputeNodeInformation.withNodeUrl(String nodeUrl)
Set the nodeUrl value.
|
ComputeNodeInformation |
ComputeNodeInformation.withPoolId(String poolId)
Set the poolId value.
|
ComputeNodeInformation |
ComputeNodeInformation.withTaskRootDirectory(String taskRootDirectory)
Set the taskRootDirectory value.
|
ComputeNodeInformation |
ComputeNodeInformation.withTaskRootDirectoryUrl(String taskRootDirectoryUrl)
Set the taskRootDirectoryUrl value.
|
Modifier and Type | Method and Description |
---|---|
SubtaskInformation |
SubtaskInformation.withNodeInfo(ComputeNodeInformation nodeInfo)
Set the nodeInfo value.
|
CloudTask |
CloudTask.withNodeInfo(ComputeNodeInformation nodeInfo)
Set the nodeInfo value.
|
Copyright © 2019. All rights reserved.