Uses of Class
com.azure.compute.batch.models.GetBatchNodeOptions
Packages that use GetBatchNodeOptions
Package
Description
Package containing the classes for Batch.
Package containing the data models for Batch.
-
Uses of GetBatchNodeOptions in com.azure.compute.batch
Methods in com.azure.compute.batch with parameters of type GetBatchNodeOptionsModifier and TypeMethodDescriptionBatchAsyncClient.getNode(String poolId, String nodeId, GetBatchNodeOptions options) Gets information about the specified Compute Node.BatchClient.getNode(String poolId, String nodeId, GetBatchNodeOptions options) Gets information about the specified Compute Node. -
Uses of GetBatchNodeOptions in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return GetBatchNodeOptionsModifier and TypeMethodDescriptionSet the select property: An OData $select clause.GetBatchNodeOptions.setTimeOutInSeconds(Integer timeOutInSeconds) Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.