次の方法で共有


InboundNatRuleInner.Protocol プロパティ

定義

負荷分散規則で使用されるトランスポート プロトコルへの参照を取得または設定します。 指定できる値は、'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

適用対象