Uses of Enum
com.azure.resourcemanager.batch.models.NodeCommunicationMode
Packages that use 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
Methods in com.azure.resourcemanager.batch.fluent.models that return NodeCommunicationModeModifier 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.Methods in com.azure.resourcemanager.batch.fluent.models with parameters of type NodeCommunicationModeModifier 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
Methods in com.azure.resourcemanager.batch.models that return NodeCommunicationModeModifier and TypeMethodDescriptionPool.currentNodeCommunicationMode()Gets the currentNodeCommunicationMode property: Determines how a pool communicates with the Batch service.static NodeCommunicationModeNodeCommunicationMode.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 NodeCommunicationModeReturns 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.Methods in com.azure.resourcemanager.batch.models with parameters of type NodeCommunicationModeModifier 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.