Uses of Enum Class
com.microsoft.azure.management.batch.InterNodeCommunicationState
Packages that use InterNodeCommunicationState
Package
Description
This package contains the classes for BatchManagementClient.
-
Uses of InterNodeCommunicationState in com.microsoft.azure.management.batch
Methods in com.microsoft.azure.management.batch that return InterNodeCommunicationStateModifier and TypeMethodDescriptionstatic InterNodeCommunicationStateInterNodeCommunicationState.fromString(String value) Parses a serialized value to a InterNodeCommunicationState instance.Pool.interNodeCommunication()static InterNodeCommunicationStateReturns 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.Methods in com.microsoft.azure.management.batch with parameters of type InterNodeCommunicationStateModifier 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.