ApplicationGatewayPathRuleInner Class

Definition

Path rule of URL path map of an application gateway.

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

Constructors

ApplicationGatewayPathRuleInner()

Initializes a new instance of the ApplicationGatewayPathRuleInner class.

ApplicationGatewayPathRuleInner(String, IList<String>, SubResource, SubResource, SubResource, SubResource, ProvisioningState, SubResource, String, String, String)

Initializes a new instance of the ApplicationGatewayPathRuleInner class.

Properties

BackendAddressPool

Gets or sets backend address pool resource of URL path map path rule.

BackendHttpSettings

Gets or sets backend http settings resource of URL path map path rule.

Etag

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

FirewallPolicy

Gets or sets reference to the FirewallPolicy resource.

Id

Resource Id

(Inherited from SubResource)
Name

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

Paths

Gets or sets path rules of URL path map.

ProvisioningState

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

RedirectConfiguration

Gets or sets redirect configuration resource of URL path map path rule.

RewriteRuleSet

Gets or sets rewrite rule set resource of URL path map path rule.

Type

Gets type of the resource.

Applies to