Share via


BatchNodeCommunicationMode Struct

Definition

BatchNodeCommunicationMode enums.

public readonly struct BatchNodeCommunicationMode : IEquatable<Azure.Compute.Batch.BatchNodeCommunicationMode>
type BatchNodeCommunicationMode = struct
Public Structure BatchNodeCommunicationMode
Implements IEquatable(Of BatchNodeCommunicationMode)
Inheritance
BatchNodeCommunicationMode
Implements

Constructors

BatchNodeCommunicationMode(String)

Initializes a new instance of BatchNodeCommunicationMode.

Properties

Classic

Nodes using the classic communication mode require inbound TCP communication on ports 29876 and 29877 from the "BatchNodeManagement.{region}" service tag and outbound TCP communication on port 443 to the "Storage.region" and "BatchNodeManagement.{region}" service tags.

Default

The node communication mode is automatically set by the Batch service.

Simplified

Nodes using the simplified communication mode require outbound TCP communication on port 443 to the "BatchNodeManagement.{region}" service tag. No open inbound ports are required.

Methods

Equals(BatchNodeCommunicationMode)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(BatchNodeCommunicationMode, BatchNodeCommunicationMode)

Determines if two BatchNodeCommunicationMode values are the same.

Implicit(String to BatchNodeCommunicationMode)

Converts a string to a BatchNodeCommunicationMode.

Inequality(BatchNodeCommunicationMode, BatchNodeCommunicationMode)

Determines if two BatchNodeCommunicationMode values are not the same.

Applies to