ApplicationGatewayPathRule 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
ApplicationGatewayPathRule() |
Initializes a new instance of the ApplicationGatewayPathRule class. |
ApplicationGatewayPathRule(String, IList<String>, SubResource, SubResource, SubResource, SubResource, SubResource, String, SubResource, String, String, String) |
Initializes a new instance of the ApplicationGatewayPathRule class. |
ApplicationGatewayPathRule()
Initializes a new instance of the ApplicationGatewayPathRule class.
public ApplicationGatewayPathRule ();
Public Sub New ()
Applies to
ApplicationGatewayPathRule(String, IList<String>, SubResource, SubResource, SubResource, SubResource, SubResource, String, SubResource, String, String, String)
Initializes a new instance of the ApplicationGatewayPathRule class.
public ApplicationGatewayPathRule (string id = default, System.Collections.Generic.IList<string> paths = default, Microsoft.Azure.Management.Network.Models.SubResource backendAddressPool = default, Microsoft.Azure.Management.Network.Models.SubResource backendHttpSettings = default, Microsoft.Azure.Management.Network.Models.SubResource redirectConfiguration = default, Microsoft.Azure.Management.Network.Models.SubResource rewriteRuleSet = default, Microsoft.Azure.Management.Network.Models.SubResource loadDistributionPolicy = default, string provisioningState = default, Microsoft.Azure.Management.Network.Models.SubResource firewallPolicy = default, string name = default, string etag = default, string type = default);
new Microsoft.Azure.Management.Network.Models.ApplicationGatewayPathRule : string * System.Collections.Generic.IList<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 * string * Microsoft.Azure.Management.Network.Models.SubResource * string * string * string -> Microsoft.Azure.Management.Network.Models.ApplicationGatewayPathRule
Public Sub New (Optional id As String = Nothing, Optional paths As IList(Of String) = Nothing, Optional backendAddressPool As SubResource = Nothing, Optional backendHttpSettings As SubResource = Nothing, Optional redirectConfiguration As SubResource = Nothing, Optional rewriteRuleSet As SubResource = Nothing, Optional loadDistributionPolicy As SubResource = Nothing, Optional provisioningState As String = Nothing, Optional firewallPolicy As SubResource = Nothing, Optional name As String = Nothing, Optional etag As String = Nothing, Optional type As String = Nothing)
Parameters
- id
- String
Resource ID.
- backendAddressPool
- SubResource
Backend address pool resource of URL path map path rule.
- backendHttpSettings
- SubResource
Backend http settings resource of URL path map path rule.
- redirectConfiguration
- SubResource
Redirect configuration resource of URL path map path rule.
- rewriteRuleSet
- SubResource
Rewrite rule set resource of URL path map path rule.
- loadDistributionPolicy
- SubResource
Load Distribution Policy resource of URL path map path rule.
- provisioningState
- String
The provisioning state of the path rule resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'
- firewallPolicy
- SubResource
Reference to the FirewallPolicy resource.
- name
- String
Name of the path rule 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