Uses of Enum
com.azure.resourcemanager.batch.models.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
Modifier 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.Modifier 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
Modifier and TypeMethodDescriptionstatic InterNodeCommunicationState
InterNodeCommunicationState.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 InterNodeCommunicationState
Returns 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.Modifier 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.