다음을 통해 공유


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'입니다.

적용 대상