次の方法で共有


RouteMapRule.Actions プロパティ

定義

一致に適用されるアクションの一覧を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="actions")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.Action> Actions { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="actions")>]
member this.Actions : System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.Action> with get, set
Public Property Actions As IList(Of Action)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象