次の方法で共有


InboundNatPoolInner.Protocol プロパティ

定義

受信 NAT プールで使用されるトランスポート プロトコルへの参照を取得または設定します。 使用できる値は、'Udp'、'Tcp'、'All' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象