次の方法で共有


WorkloadNetworkPortMirroring.Direction プロパティ

定義

ポート ミラーリング プロファイルの方向を取得または設定します。 使用可能な値は、'INGRESS'、'EGRESS'、'双方向' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象