Package | Description |
---|---|
com.microsoft.azure.batch.protocol |
This package contains the classes for BatchServiceClient.
|
com.microsoft.azure.batch.protocol.models |
This package contains the models classes for BatchServiceClient.
|
Modifier and Type | Method and Description |
---|---|
rx.Observable<ServiceResponseWithHeaders<ComputeNode,ComputeNodeGetHeaders>> |
ComputeNodes.getWithServiceResponseAsync(String poolId,
String nodeId)
Gets information about the specified compute node.
|
rx.Observable<ServiceResponseWithHeaders<ComputeNode,ComputeNodeGetHeaders>> |
ComputeNodes.getWithServiceResponseAsync(String poolId,
String nodeId,
ComputeNodeGetOptions computeNodeGetOptions)
Gets information about the specified compute node.
|
Modifier and Type | Method and Description |
---|---|
ComputeNodeGetHeaders |
ComputeNodeGetHeaders.withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
ComputeNodeGetHeaders |
ComputeNodeGetHeaders.withETag(String eTag)
Set the eTag value.
|
ComputeNodeGetHeaders |
ComputeNodeGetHeaders.withLastModified(org.joda.time.DateTime lastModified)
Set the lastModified value.
|
ComputeNodeGetHeaders |
ComputeNodeGetHeaders.withRequestId(UUID requestId)
Set the requestId value.
|
Copyright © 2019. All rights reserved.