Uses of Enum Class
com.microsoft.azure.management.batch.InterNodeCommunicationState
Package
Description
This package contains the classes for BatchManagementClient.
-
Uses of InterNodeCommunicationState in com.microsoft.azure.management.batch
Modifier and TypeMethodDescriptionstatic InterNodeCommunicationState
InterNodeCommunicationState.fromString
(String value) Parses a serialized value to a InterNodeCommunicationState instance.Pool.interNodeCommunication()
static InterNodeCommunicationState
Returns the enum constant of this class with the specified name.static InterNodeCommunicationState[]
InterNodeCommunicationState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionPool.DefinitionStages.WithAttach.withInterNodeCommunication
(InterNodeCommunicationState interNodeCommunication) Specifies the restrictions on which nodes can be assigned to the pool.Pool.UpdateDefinitionStages.WithAttach.withInterNodeCommunication
(InterNodeCommunicationState interNodeCommunication) Specifies the restrictions on which nodes can be assigned to the pool.Pool.UpdateStages.WithAttach.withInterNodeCommunication
(InterNodeCommunicationState interNodeCommunication) Specifies the restrictions on which nodes can be assigned to the pool.