Uses of Class
com.microsoft.azure.management.batch.InterNodeCommunicationState
-
-
Uses of InterNodeCommunicationState in com.microsoft.azure.management.batch
Methods in com.microsoft.azure.management.batch that return InterNodeCommunicationState Modifier and Type Method Description static InterNodeCommunicationStateInterNodeCommunicationState. fromString(String value)Parses a serialized value to a InterNodeCommunicationState instance.static InterNodeCommunicationStateInterNodeCommunicationState. valueOf(String name)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.
-