次の方法で共有


SecurityRuleInner.Direction プロパティ

定義

ルールの方向を取得または設定します。 この方向は、ルールの評価が受信または送信トラフィックのどちらで行われるかを指定します。 指定できる値は、'Inbound'、'Outbound' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象