Uses of Class
com.azure.compute.batch.models.BatchNodeVMExtension
Packages that use BatchNodeVMExtension
Package
Description
Package containing the classes for Batch.
Package containing the data models for Batch.
-
Uses of BatchNodeVMExtension in com.azure.compute.batch
Methods in com.azure.compute.batch that return BatchNodeVMExtensionModifier and TypeMethodDescriptionBatchClient.getNodeExtension
(String poolId, String nodeId, String extensionName) 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.Methods in com.azure.compute.batch that return types with arguments of type BatchNodeVMExtensionModifier and TypeMethodDescriptionBatchAsyncClient.getNodeExtension
(String poolId, String nodeId, String extensionName) Gets information about the specified Compute Node Extension.BatchAsyncClient.getNodeExtension
(String poolId, String nodeId, String extensionName, GetBatchNodeExtensionOptions options) Gets information about the specified Compute Node Extension.com.azure.core.http.rest.PagedFlux
<BatchNodeVMExtension> BatchAsyncClient.listNodeExtensions
(String poolId, String nodeId) Lists the Compute Nodes Extensions in the specified Pool.com.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) 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 BatchNodeVMExtension in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return BatchNodeVMExtensionModifier and TypeMethodDescriptionstatic BatchNodeVMExtension
BatchNodeVMExtension.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of BatchNodeVMExtension from the JsonReader.