次の方法で共有


DefaultAdminRule.Protocol プロパティ

定義

この規則が適用されるネットワーク プロトコルを取得します。 指定できる値は、'Tcp'、'Udp'、'Icmp'、'Esp'、'Any'、'Ah' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象