ApplicationGatewayUrlPathMapInner 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
ApplicationGatewayUrlPathMapInner() |
Initializes a new instance of the ApplicationGatewayUrlPathMapInner class. |
ApplicationGatewayUrlPathMapInner(String, SubResource, SubResource, SubResource, SubResource, IList<ApplicationGatewayPathRuleInner>, ProvisioningState, String, String, String) |
Initializes a new instance of the ApplicationGatewayUrlPathMapInner class. |
ApplicationGatewayUrlPathMapInner()
Initializes a new instance of the ApplicationGatewayUrlPathMapInner class.
public ApplicationGatewayUrlPathMapInner ();
Public Sub New ()
Applies to
ApplicationGatewayUrlPathMapInner(String, SubResource, SubResource, SubResource, SubResource, IList<ApplicationGatewayPathRuleInner>, ProvisioningState, String, String, String)
Initializes a new instance of the ApplicationGatewayUrlPathMapInner class.
public ApplicationGatewayUrlPathMapInner (string id = default, Microsoft.Azure.Management.ResourceManager.Fluent.SubResource defaultBackendAddressPool = default, Microsoft.Azure.Management.ResourceManager.Fluent.SubResource defaultBackendHttpSettings = default, Microsoft.Azure.Management.ResourceManager.Fluent.SubResource defaultRewriteRuleSet = default, Microsoft.Azure.Management.ResourceManager.Fluent.SubResource defaultRedirectConfiguration = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayPathRuleInner> pathRules = default, Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState provisioningState = default, string name = default, string etag = default, string type = default);
new Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayUrlPathMapInner : 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 * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayPathRuleInner> * Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState * string * string * string -> Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayUrlPathMapInner
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 pathRules As IList(Of ApplicationGatewayPathRuleInner) = Nothing, Optional provisioningState As ProvisioningState = Nothing, Optional name As String = Nothing, Optional etag As String = Nothing, Optional type As String = Nothing)
Parameters
- id
- String
- 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.
- pathRules
- IList<ApplicationGatewayPathRuleInner>
Path rule of URL path map resource.
- provisioningState
- ProvisioningState
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