ComputeNodeEndpointConfiguration.InboundEndpoints Property
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.
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