AzureApplicationGatewayRequestRoutingRuleBase.RuleType Property

Definition

[System.Management.Automation.Parameter(HelpMessage="The type of rule", Mandatory=true)]
[System.Management.Automation.ValidateNotNullOrEmpty]
[System.Management.Automation.ValidateSet(new System.String[] { "Basic", "PathBasedRouting" }, IgnoreCase=true)]
public string RuleType { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="The type of rule", Mandatory=true)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
[<System.Management.Automation.ValidateSet(new System.String[] { "Basic", "PathBasedRouting" }, IgnoreCase=true)>]
member this.RuleType : string with get, set
Public Property RuleType As String

Property Value

Attributes

Applies to