Condividi tramite


ComputeNodeEndpointConfiguration Constructors

Definition

Overloads

ComputeNodeEndpointConfiguration()

Initializes a new instance of the ComputeNodeEndpointConfiguration class.

ComputeNodeEndpointConfiguration(IList<InboundEndpoint>)

Initializes a new instance of the ComputeNodeEndpointConfiguration class.

ComputeNodeEndpointConfiguration()

Source:
ComputeNodeEndpointConfiguration.cs

Initializes a new instance of the ComputeNodeEndpointConfiguration class.

public ComputeNodeEndpointConfiguration ();
Public Sub New ()

Applies to

ComputeNodeEndpointConfiguration(IList<InboundEndpoint>)

Source:
ComputeNodeEndpointConfiguration.cs

Initializes a new instance of the ComputeNodeEndpointConfiguration class.

public ComputeNodeEndpointConfiguration (System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.InboundEndpoint> inboundEndpoints);
new Microsoft.Azure.Batch.Protocol.Models.ComputeNodeEndpointConfiguration : System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.InboundEndpoint> -> Microsoft.Azure.Batch.Protocol.Models.ComputeNodeEndpointConfiguration
Public Sub New (inboundEndpoints As IList(Of InboundEndpoint))

Parameters

inboundEndpoints
IList<InboundEndpoint>

The list of inbound endpoints that are accessible on the Compute Node.

Applies to