次の方法で共有


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' です。

適用対象