ComputeNodeEndpointConfiguration Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ComputeNodeEndpointConfiguration() |
Initializes a new instance of the ComputeNodeEndpointConfiguration class. |
ComputeNodeEndpointConfiguration(IList<InboundEndpoint>) |
Initializes a new instance of the ComputeNodeEndpointConfiguration class. |
ComputeNodeEndpointConfiguration()
Initializes a new instance of the ComputeNodeEndpointConfiguration class.
public ComputeNodeEndpointConfiguration();
Public Sub New ()
Applies to
ComputeNodeEndpointConfiguration(IList<InboundEndpoint>)
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
Azure SDK for .NET