次の方法で共有


ApplicationGatewayRoutingRule.RuleType プロパティ

定義

規則の種類を取得または設定します。 使用可能な値は、'Basic'、'PathBasedRouting' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象