Uses of Enum
com.azure.resourcemanager.batch.models.InterNodeCommunicationState
Packages that use InterNodeCommunicationState
Package
Description
Package containing the inner data models for BatchManagementClient.
Package containing the data models for BatchManagementClient.
-
Uses of InterNodeCommunicationState in com.azure.resourcemanager.batch.fluent.models
Methods in com.azure.resourcemanager.batch.fluent.models that return InterNodeCommunicationStateModifier and TypeMethodDescriptionPoolInner.interNodeCommunication()Get the interNodeCommunication property: Whether the pool permits direct communication between nodes.PoolProperties.interNodeCommunication()Get the interNodeCommunication property: Whether the pool permits direct communication between nodes.Methods in com.azure.resourcemanager.batch.fluent.models with parameters of type InterNodeCommunicationStateModifier and TypeMethodDescriptionPoolInner.withInterNodeCommunication(InterNodeCommunicationState interNodeCommunication) Set the interNodeCommunication property: Whether the pool permits direct communication between nodes.PoolProperties.withInterNodeCommunication(InterNodeCommunicationState interNodeCommunication) Set the interNodeCommunication property: Whether the pool permits direct communication between nodes. -
Uses of InterNodeCommunicationState in com.azure.resourcemanager.batch.models
Methods in com.azure.resourcemanager.batch.models that return InterNodeCommunicationStateModifier and TypeMethodDescriptionstatic InterNodeCommunicationStateInterNodeCommunicationState.fromString(String value) Parses a serialized value to a InterNodeCommunicationState instance.Pool.interNodeCommunication()Gets the interNodeCommunication property: Whether the pool permits direct communication between nodes.static InterNodeCommunicationStateReturns the enum constant of this type with the specified name.static InterNodeCommunicationState[]InterNodeCommunicationState.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 InterNodeCommunicationStateModifier and TypeMethodDescriptionPool.DefinitionStages.WithInterNodeCommunication.withInterNodeCommunication(InterNodeCommunicationState interNodeCommunication) Specifies the interNodeCommunication property: Whether the pool permits direct communication between nodes.Pool.UpdateStages.WithInterNodeCommunication.withInterNodeCommunication(InterNodeCommunicationState interNodeCommunication) Specifies the interNodeCommunication property: Whether the pool permits direct communication between nodes.