次の方法で共有


InboundIpRule.Action プロパティ

定義

IpMask の一致または一致に基づいて実行するアクションを取得または設定します。 使用可能な値は次のとおりです: 'Allow'

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象