次の方法で共有


NetworkSecurityRule.Direction プロパティ

定義

ネットワーク セキュリティ 規則の方向を取得または設定します。 指定できる値は、'inbound'、'outbound' です。

[Newtonsoft.Json.JsonProperty(PropertyName="direction")]
public string Direction { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="direction")>]
member this.Direction : string with get, set
Public Property Direction As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象