ArmNetworkModelFactory.ApplicationGatewayUrlPathMap Method
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.
Initializes a new instance of ApplicationGatewayUrlPathMap.
public static Azure.ResourceManager.Network.Models.ApplicationGatewayUrlPathMap ApplicationGatewayUrlPathMap (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType? resourceType = default, Azure.ETag? etag = default, Azure.Core.ResourceIdentifier defaultBackendAddressPoolId = default, Azure.Core.ResourceIdentifier defaultBackendHttpSettingsId = default, Azure.Core.ResourceIdentifier defaultRewriteRuleSetId = default, Azure.Core.ResourceIdentifier defaultRedirectConfigurationId = default, Azure.Core.ResourceIdentifier defaultLoadDistributionPolicyId = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Network.Models.ApplicationGatewayPathRule> pathRules = default, Azure.ResourceManager.Network.Models.NetworkProvisioningState? provisioningState = default);
static member ApplicationGatewayUrlPathMap : Azure.Core.ResourceIdentifier * string * Nullable<Azure.Core.ResourceType> * Nullable<Azure.ETag> * Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier * seq<Azure.ResourceManager.Network.Models.ApplicationGatewayPathRule> * Nullable<Azure.ResourceManager.Network.Models.NetworkProvisioningState> -> Azure.ResourceManager.Network.Models.ApplicationGatewayUrlPathMap
Public Shared Function ApplicationGatewayUrlPathMap (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As Nullable(Of ResourceType) = Nothing, Optional etag As Nullable(Of ETag) = Nothing, Optional defaultBackendAddressPoolId As ResourceIdentifier = Nothing, Optional defaultBackendHttpSettingsId As ResourceIdentifier = Nothing, Optional defaultRewriteRuleSetId As ResourceIdentifier = Nothing, Optional defaultRedirectConfigurationId As ResourceIdentifier = Nothing, Optional defaultLoadDistributionPolicyId As ResourceIdentifier = Nothing, Optional pathRules As IEnumerable(Of ApplicationGatewayPathRule) = Nothing, Optional provisioningState As Nullable(Of NetworkProvisioningState) = Nothing) As ApplicationGatewayUrlPathMap
Parameters
Resource ID.
- name
- String
Resource name.
- resourceType
- Nullable<ResourceType>
Resource type.
- defaultBackendAddressPoolId
- ResourceIdentifier
Default backend address pool resource of URL path map.
- defaultBackendHttpSettingsId
- ResourceIdentifier
Default backend http settings resource of URL path map.
- defaultRewriteRuleSetId
- ResourceIdentifier
Default Rewrite rule set resource of URL path map.
- defaultRedirectConfigurationId
- ResourceIdentifier
Default redirect configuration resource of URL path map.
- defaultLoadDistributionPolicyId
- ResourceIdentifier
Default Load Distribution Policy resource of URL path map.
- pathRules
- IEnumerable<ApplicationGatewayPathRule>
Path rule of URL path map resource.
- provisioningState
- Nullable<NetworkProvisioningState>
The provisioning state of the URL path map resource.
Returns
A new ApplicationGatewayUrlPathMap instance for mocking.
Applies to
Azure SDK for .NET