Uses of Class
com.azure.compute.batch.models.BatchNodeCommunicationMode
Packages that use BatchNodeCommunicationMode
-
Uses of BatchNodeCommunicationMode in com.azure.compute.batch.models
Fields in com.azure.compute.batch.models declared as BatchNodeCommunicationModeModifier and TypeFieldDescriptionstatic final BatchNodeCommunicationModeBatchNodeCommunicationMode.CLASSICNodes using the classic communication mode require inbound TCP communication on ports 29876 and 29877 from the "BatchNodeManagement.static final BatchNodeCommunicationModeBatchNodeCommunicationMode.DEFAULTThe node communication mode is automatically set by the Batch service.static final BatchNodeCommunicationModeBatchNodeCommunicationMode.SIMPLIFIEDNodes using the simplified communication mode require outbound TCP communication on port 443 to the "BatchNodeManagement.Methods in com.azure.compute.batch.models that return BatchNodeCommunicationModeModifier and TypeMethodDescriptionstatic BatchNodeCommunicationModeBatchNodeCommunicationMode.fromString(String name) Creates or finds a BatchNodeCommunicationMode from its string representation.BatchPool.getCurrentNodeCommunicationMode()Get the currentNodeCommunicationMode property: The current state of the pool communication mode.BatchPool.getTargetNodeCommunicationMode()Get the targetNodeCommunicationMode property: The desired node communication mode for the pool.BatchPoolCreateContent.getTargetNodeCommunicationMode()Get the targetNodeCommunicationMode property: The desired node communication mode for the pool.BatchPoolReplaceContent.getTargetNodeCommunicationMode()Get the targetNodeCommunicationMode property: The desired node communication mode for the pool.BatchPoolSpecification.getTargetNodeCommunicationMode()Get the targetNodeCommunicationMode property: The desired node communication mode for the pool.BatchPoolUpdateContent.getTargetNodeCommunicationMode()Get the targetNodeCommunicationMode property: The desired node communication mode for the pool.Methods in com.azure.compute.batch.models that return types with arguments of type BatchNodeCommunicationModeModifier and TypeMethodDescriptionstatic Collection<BatchNodeCommunicationMode> BatchNodeCommunicationMode.values()Gets known BatchNodeCommunicationMode values.Methods in com.azure.compute.batch.models with parameters of type BatchNodeCommunicationModeModifier and TypeMethodDescriptionBatchPoolCreateContent.setTargetNodeCommunicationMode(BatchNodeCommunicationMode targetNodeCommunicationMode) Set the targetNodeCommunicationMode property: The desired node communication mode for the pool.BatchPoolReplaceContent.setTargetNodeCommunicationMode(BatchNodeCommunicationMode targetNodeCommunicationMode) Set the targetNodeCommunicationMode property: The desired node communication mode for the pool.BatchPoolSpecification.setTargetNodeCommunicationMode(BatchNodeCommunicationMode targetNodeCommunicationMode) Set the targetNodeCommunicationMode property: The desired node communication mode for the pool.BatchPoolUpdateContent.setTargetNodeCommunicationMode(BatchNodeCommunicationMode targetNodeCommunicationMode) Set the targetNodeCommunicationMode property: The desired node communication mode for the pool.