共用方式為


InboundNatPool.Protocol 屬性

定義

取得或設定端點的通訊協定。

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

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

備註

可能的值包括:'TCP'、'UDP'

適用於