ApplicationGatewayRequestRoutingRuleInner Class

Definition

Request routing rule of an application gateway.

[Microsoft.Rest.Serialization.JsonTransformation]
public class ApplicationGatewayRequestRoutingRuleInner : Microsoft.Azure.Management.ResourceManager.Fluent.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ApplicationGatewayRequestRoutingRuleInner = class
    inherit SubResource
Public Class ApplicationGatewayRequestRoutingRuleInner
Inherits SubResource
Inheritance
ApplicationGatewayRequestRoutingRuleInner
Attributes

Constructors

ApplicationGatewayRequestRoutingRuleInner()

Initializes a new instance of the ApplicationGatewayRequestRoutingRuleInner class.

ApplicationGatewayRequestRoutingRuleInner(String, ApplicationGatewayRequestRoutingRuleType, Nullable<Int32>, SubResource, SubResource, SubResource, SubResource, SubResource, SubResource, ProvisioningState, String, String, String)

Initializes a new instance of the ApplicationGatewayRequestRoutingRuleInner 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

Resource Id

(Inherited from SubResource)
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