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