ApplicationGatewayUrlPathMap Class

Definition

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

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

Constructors

ApplicationGatewayUrlPathMap()

Initializes a new instance of the ApplicationGatewayUrlPathMap class.

ApplicationGatewayUrlPathMap(String, SubResource, SubResource, SubResource, SubResource, SubResource, IList<ApplicationGatewayPathRule>, String, String, String, String)

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

DefaultLoadDistributionPolicy

Gets or sets default Load Distribution Policy 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

Gets or sets 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