次の方法で共有


InboundNatRulePortMapping.Protocol プロパティ

定義

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

[Newtonsoft.Json.JsonProperty(PropertyName="protocol")]
public string Protocol { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="protocol")>]
member this.Protocol : string
Public ReadOnly Property Protocol As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象