ApplicationGatewayUrlPathMap Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
UrlPathMaps give a url path to the backend mapping information for PathBasedRouting.
public class ApplicationGatewayUrlPathMap : Azure.ResourceManager.Network.Models.NetworkResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.ApplicationGatewayUrlPathMap>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.ApplicationGatewayUrlPathMap>
public class ApplicationGatewayUrlPathMap : Azure.ResourceManager.Network.Models.NetworkResourceData
type ApplicationGatewayUrlPathMap = class
inherit NetworkResourceData
interface IJsonModel<ApplicationGatewayUrlPathMap>
interface IPersistableModel<ApplicationGatewayUrlPathMap>
type ApplicationGatewayUrlPathMap = class
inherit NetworkResourceData
Public Class ApplicationGatewayUrlPathMap
Inherits NetworkResourceData
Implements IJsonModel(Of ApplicationGatewayUrlPathMap), IPersistableModel(Of ApplicationGatewayUrlPathMap)
Public Class ApplicationGatewayUrlPathMap
Inherits NetworkResourceData
- Inheritance
- Implements
Constructors
ApplicationGatewayUrlPathMap() |
Initializes a new instance of ApplicationGatewayUrlPathMap. |
Properties
DefaultBackendAddressPoolId |
Gets or sets Id. |
DefaultBackendHttpSettingsId |
Gets or sets Id. |
DefaultLoadDistributionPolicyId |
Gets or sets Id. |
DefaultRedirectConfigurationId |
Gets or sets Id. |
DefaultRewriteRuleSetId |
Gets or sets Id. |
ETag |
A unique read-only string that changes whenever the resource is updated. |
Id |
Resource ID. (Inherited from NetworkResourceData) |
Name |
Resource name. (Inherited from NetworkResourceData) |
PathRules |
Path rule of URL path map resource. |
ProvisioningState |
The provisioning state of the URL path map resource. |
ResourceType |
Resource type. (Inherited from NetworkResourceData) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET