Interface Pool.UpdateStages.WithTargetNodeCommunicationMode

All Known Subinterfaces:
Pool.Update
Enclosing interface:
Pool.UpdateStages

public static interface Pool.UpdateStages.WithTargetNodeCommunicationMode
The stage of the Pool update allowing to specify targetNodeCommunicationMode.
  • Method Details

    • withTargetNodeCommunicationMode

      Pool.Update withTargetNodeCommunicationMode(NodeCommunicationMode targetNodeCommunicationMode)
      Specifies the targetNodeCommunicationMode property: Determines how a pool communicates with the Batch service.

      If omitted, the default value is Default..

      Parameters:
      targetNodeCommunicationMode - Determines how a pool communicates with the Batch service.

      If omitted, the default value is Default.

      Returns:
      the next definition stage.