Uses of Class
com.azure.compute.batch.models.ListBatchNodeExtensionsOptions
Packages that use ListBatchNodeExtensionsOptions
Package
Description
Package containing the classes for Batch.
Package containing the data models for Batch.
-
Uses of ListBatchNodeExtensionsOptions in com.azure.compute.batch
Methods in com.azure.compute.batch with parameters of type ListBatchNodeExtensionsOptionsModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedFlux
<BatchNodeVMExtension> BatchAsyncClient.listNodeExtensions
(String poolId, String nodeId, ListBatchNodeExtensionsOptions options) Lists the Compute Nodes Extensions in the specified Pool.com.azure.core.http.rest.PagedIterable
<BatchNodeVMExtension> BatchClient.listNodeExtensions
(String poolId, String nodeId, ListBatchNodeExtensionsOptions options) Lists the Compute Nodes Extensions in the specified Pool. -
Uses of ListBatchNodeExtensionsOptions in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return ListBatchNodeExtensionsOptionsModifier and TypeMethodDescriptionListBatchNodeExtensionsOptions.setMaxPageSize
(Integer maxPageSize) Set the maxPageSize property: The maximum number of items to return in the response.Set the select property: An OData $select clause.ListBatchNodeExtensionsOptions.setTimeOutInSeconds
(Integer timeOutInSeconds) Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.