Share via


ComputeNodeEndpointConfiguration.InboundEndpoints Property

Definition

Gets or sets the list of inbound endpoints that are accessible on the Compute Node.

[Newtonsoft.Json.JsonProperty(PropertyName="inboundEndpoints")]
public System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.InboundEndpoint> InboundEndpoints { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="inboundEndpoints")>]
member this.InboundEndpoints : System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.InboundEndpoint> with get, set
Public Property InboundEndpoints As IList(Of InboundEndpoint)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to