ApplicationGatewayPathRuleInner 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
ApplicationGatewayPathRuleInner() |
Initializes a new instance of the ApplicationGatewayPathRuleInner class. |
ApplicationGatewayPathRuleInner(String, IList<String>, SubResource, SubResource, SubResource, SubResource, ProvisioningState, SubResource, String, String, String) |
Initializes a new instance of the ApplicationGatewayPathRuleInner class. |
ApplicationGatewayPathRuleInner()
Initializes a new instance of the ApplicationGatewayPathRuleInner class.
public ApplicationGatewayPathRuleInner ();
Public Sub New ()
Applies to
ApplicationGatewayPathRuleInner(String, IList<String>, SubResource, SubResource, SubResource, SubResource, ProvisioningState, SubResource, String, String, String)
Initializes a new instance of the ApplicationGatewayPathRuleInner class.
public ApplicationGatewayPathRuleInner (string id = default, System.Collections.Generic.IList<string> paths = default, Microsoft.Azure.Management.ResourceManager.Fluent.SubResource backendAddressPool = default, Microsoft.Azure.Management.ResourceManager.Fluent.SubResource backendHttpSettings = default, Microsoft.Azure.Management.ResourceManager.Fluent.SubResource redirectConfiguration = default, Microsoft.Azure.Management.ResourceManager.Fluent.SubResource rewriteRuleSet = default, Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState provisioningState = default, Microsoft.Azure.Management.ResourceManager.Fluent.SubResource firewallPolicy = default, string name = default, string etag = default, string type = default);
new Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayPathRuleInner : string * System.Collections.Generic.IList<string> * Microsoft.Azure.Management.ResourceManager.Fluent.SubResource * Microsoft.Azure.Management.ResourceManager.Fluent.SubResource * Microsoft.Azure.Management.ResourceManager.Fluent.SubResource * Microsoft.Azure.Management.ResourceManager.Fluent.SubResource * Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState * Microsoft.Azure.Management.ResourceManager.Fluent.SubResource * string * string * string -> Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayPathRuleInner
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 provisioningState As ProvisioningState = Nothing, Optional firewallPolicy As SubResource = Nothing, Optional name As String = Nothing, Optional etag As String = Nothing, Optional type As String = Nothing)
Parameters
- id
- String
- 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.
- provisioningState
- ProvisioningState
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.