Uses of Enum
com.azure.resourcemanager.batch.models.NodeCommunicationMode
Package
Description
Package containing the inner data models for BatchManagementClient.
Package containing the data models for BatchManagementClient.
-
Uses of NodeCommunicationMode in com.azure.resourcemanager.batch.fluent.models
Modifier and TypeMethodDescriptionPoolInner.currentNodeCommunicationMode()
Get the currentNodeCommunicationMode property: Determines how a pool communicates with the Batch service.PoolProperties.currentNodeCommunicationMode()
Get the currentNodeCommunicationMode property: Determines how a pool communicates with the Batch service.PoolInner.targetNodeCommunicationMode()
Get the targetNodeCommunicationMode property: Determines how a pool communicates with the Batch service.PoolProperties.targetNodeCommunicationMode()
Get the targetNodeCommunicationMode property: Determines how a pool communicates with the Batch service.Modifier and TypeMethodDescriptionPoolInner.withTargetNodeCommunicationMode
(NodeCommunicationMode targetNodeCommunicationMode) Set the targetNodeCommunicationMode property: Determines how a pool communicates with the Batch service.PoolProperties.withTargetNodeCommunicationMode
(NodeCommunicationMode targetNodeCommunicationMode) Set the targetNodeCommunicationMode property: Determines how a pool communicates with the Batch service. -
Uses of NodeCommunicationMode in com.azure.resourcemanager.batch.models
Modifier and TypeMethodDescriptionPool.currentNodeCommunicationMode()
Gets the currentNodeCommunicationMode property: Determines how a pool communicates with the Batch service.static NodeCommunicationMode
NodeCommunicationMode.fromString
(String value) Parses a serialized value to a NodeCommunicationMode instance.Pool.targetNodeCommunicationMode()
Gets the targetNodeCommunicationMode property: Determines how a pool communicates with the Batch service.static NodeCommunicationMode
Returns the enum constant of this type with the specified name.static NodeCommunicationMode[]
NodeCommunicationMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionPool.DefinitionStages.WithTargetNodeCommunicationMode.withTargetNodeCommunicationMode
(NodeCommunicationMode targetNodeCommunicationMode) Specifies the targetNodeCommunicationMode property: Determines how a pool communicates with the Batch service.Pool.UpdateStages.WithTargetNodeCommunicationMode.withTargetNodeCommunicationMode
(NodeCommunicationMode targetNodeCommunicationMode) Specifies the targetNodeCommunicationMode property: Determines how a pool communicates with the Batch service.