ApplicationGatewayUrlPathMap Constructors
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.
Overloads
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. |
ApplicationGatewayUrlPathMap()
Initializes a new instance of the ApplicationGatewayUrlPathMap class.
public ApplicationGatewayUrlPathMap ();
Public Sub New ()
Applies to
ApplicationGatewayUrlPathMap(String, SubResource, SubResource, SubResource, SubResource, SubResource, IList<ApplicationGatewayPathRule>, String, String, String, String)
Initializes a new instance of the ApplicationGatewayUrlPathMap class.
public ApplicationGatewayUrlPathMap (string id = default, Microsoft.Azure.Management.Network.Models.SubResource defaultBackendAddressPool = default, Microsoft.Azure.Management.Network.Models.SubResource defaultBackendHttpSettings = default, Microsoft.Azure.Management.Network.Models.SubResource defaultRewriteRuleSet = default, Microsoft.Azure.Management.Network.Models.SubResource defaultRedirectConfiguration = default, Microsoft.Azure.Management.Network.Models.SubResource defaultLoadDistributionPolicy = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ApplicationGatewayPathRule> pathRules = default, string provisioningState = default, string name = default, string etag = default, string type = default);
new Microsoft.Azure.Management.Network.Models.ApplicationGatewayUrlPathMap : string * Microsoft.Azure.Management.Network.Models.SubResource * Microsoft.Azure.Management.Network.Models.SubResource * Microsoft.Azure.Management.Network.Models.SubResource * Microsoft.Azure.Management.Network.Models.SubResource * Microsoft.Azure.Management.Network.Models.SubResource * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ApplicationGatewayPathRule> * string * string * string * string -> Microsoft.Azure.Management.Network.Models.ApplicationGatewayUrlPathMap
Public Sub New (Optional id As String = Nothing, Optional defaultBackendAddressPool As SubResource = Nothing, Optional defaultBackendHttpSettings As SubResource = Nothing, Optional defaultRewriteRuleSet As SubResource = Nothing, Optional defaultRedirectConfiguration As SubResource = Nothing, Optional defaultLoadDistributionPolicy As SubResource = Nothing, Optional pathRules As IList(Of ApplicationGatewayPathRule) = Nothing, Optional provisioningState As String = Nothing, Optional name As String = Nothing, Optional etag As String = Nothing, Optional type As String = Nothing)
Parameters
- id
- String
Resource ID.
- defaultBackendAddressPool
- SubResource
Default backend address pool resource of URL path map.
- defaultBackendHttpSettings
- SubResource
Default backend http settings resource of URL path map.
- defaultRewriteRuleSet
- SubResource
Default Rewrite rule set resource of URL path map.
- defaultRedirectConfiguration
- SubResource
Default redirect configuration resource of URL path map.
- defaultLoadDistributionPolicy
- SubResource
Default Load Distribution Policy resource of URL path map.
- pathRules
- IList<ApplicationGatewayPathRule>
Path rule of URL path map resource.
- provisioningState
- String
The provisioning state of the URL path map resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'
- name
- String
Name of the URL path map that is unique within an Application Gateway.
- etag
- String
A unique read-only string that changes whenever the resource is updated.
- type
- String
Type of the resource.
Applies to
Azure SDK for .NET