Compartir a través de


InboundEndpoint.Protocol Propiedad

Definición

Obtiene o establece el protocolo del punto de conexión.

[Newtonsoft.Json.JsonProperty(PropertyName="protocol")]
public Microsoft.Azure.Batch.Protocol.Models.InboundEndpointProtocol Protocol { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="protocol")>]
member this.Protocol : Microsoft.Azure.Batch.Protocol.Models.InboundEndpointProtocol with get, set
Public Property Protocol As InboundEndpointProtocol

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Comentarios

Entre los valores posibles se incluyen: 'tcp', 'udp'

Se aplica a