Compartir a través de


ComputeNodeEndpointConfiguration.InboundEndpoints Propiedad

Definición

Obtiene o establece la lista de puntos de conexión de entrada a los que se puede acceder en el nodo de proceso.

[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)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a