ApplicationGatewayRequestRoutingRule Class

Definition

Request routing rule of an application gateway.

[Microsoft.Rest.Serialization.JsonTransformation]
public class ApplicationGatewayRequestRoutingRule : Microsoft.Azure.Management.Network.Models.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ApplicationGatewayRequestRoutingRule = class
    inherit SubResource
Public Class ApplicationGatewayRequestRoutingRule
Inherits SubResource
Inheritance
ApplicationGatewayRequestRoutingRule
Attributes

Constructors

ApplicationGatewayRequestRoutingRule()

Initializes a new instance of the ApplicationGatewayRequestRoutingRule class.

ApplicationGatewayRequestRoutingRule(String, String, Nullable<Int32>, SubResource, SubResource, SubResource, SubResource, SubResource, SubResource, SubResource, String, String, String, String)

Initializes a new instance of the ApplicationGatewayRequestRoutingRule class.

Properties

BackendAddressPool

Gets or sets backend address pool resource of the application gateway.

BackendHttpSettings

Gets or sets backend http settings resource of the application gateway.

Etag

Gets a unique read-only string that changes whenever the resource is updated.

HttpListener

Gets or sets http listener resource of the application gateway.

Id

Gets or sets resource ID.

(Inherited from SubResource)
LoadDistributionPolicy

Gets or sets load Distribution Policy resource of the application gateway.

Name

Gets or sets name of the request routing rule that is unique within an Application Gateway.

Priority

Gets or sets priority of the request routing rule.

ProvisioningState

Gets the provisioning state of the request routing rule resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'

RedirectConfiguration

Gets or sets redirect configuration resource of the application gateway.

RewriteRuleSet

Gets or sets rewrite Rule Set resource in Basic rule of the application gateway.

RuleType

Gets or sets rule type. Possible values include: 'Basic', 'PathBasedRouting'

Type

Gets type of the resource.

UrlPathMap

Gets or sets URL path map resource of the application gateway.

Methods

Validate()

Validate the object.

Applies to