ApplicationGatewayUrlPathMapInner Class

Definition

UrlPathMaps give a url path to the backend mapping information for PathBasedRouting.

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

Constructors

ApplicationGatewayUrlPathMapInner()

Initializes a new instance of the ApplicationGatewayUrlPathMapInner class.

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

Initializes a new instance of the ApplicationGatewayUrlPathMapInner class.

Properties

DefaultBackendAddressPool

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

DefaultBackendHttpSettings

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

DefaultRedirectConfiguration

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

DefaultRewriteRuleSet

Gets or sets default Rewrite rule set resource of URL path map.

Etag

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

Id

Resource Id

(Inherited from SubResource)
Name

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

PathRules

Gets or sets path rule of URL path map resource.

ProvisioningState

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

Type

Gets type of the resource.

Applies to