ArmNetworkModelFactory.ApplicationGatewayUrlPathMap Method

Definition

public static Azure.ResourceManager.Network.Models.ApplicationGatewayUrlPathMap ApplicationGatewayUrlPathMap(Azure.Core.ResourceIdentifier id = default, string name = default, string type = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Network.Models.ApplicationGatewayPathRule> pathRules = default, Azure.ResourceManager.Network.Models.NetworkProvisioningState? provisioningState = 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, Azure.ETag? eTag = default);
static member ApplicationGatewayUrlPathMap : Azure.Core.ResourceIdentifier * string * string * seq<Azure.ResourceManager.Network.Models.ApplicationGatewayPathRule> * Nullable<Azure.ResourceManager.Network.Models.NetworkProvisioningState> * Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier * Nullable<Azure.ETag> -> Azure.ResourceManager.Network.Models.ApplicationGatewayUrlPathMap
Public Shared Function ApplicationGatewayUrlPathMap (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional pathRules As IEnumerable(Of ApplicationGatewayPathRule) = Nothing, Optional provisioningState As Nullable(Of NetworkProvisioningState) = 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 eTag As Nullable(Of ETag) = Nothing) As ApplicationGatewayUrlPathMap

Parameters

id
ResourceIdentifier

Resource ID.

name
String

Name of the resource.

type
String

Resource type.

pathRules
IEnumerable<ApplicationGatewayPathRule>

Path rule of URL path map resource.

provisioningState
Nullable<NetworkProvisioningState>

The provisioning state of the URL path map resource.

defaultBackendAddressPoolId
ResourceIdentifier

Resource ID.

defaultBackendHttpSettingsId
ResourceIdentifier

Resource ID.

defaultRewriteRuleSetId
ResourceIdentifier

Resource ID.

defaultRedirectConfigurationId
ResourceIdentifier

Resource ID.

defaultLoadDistributionPolicyId
ResourceIdentifier

Resource ID.

eTag
Nullable<ETag>

A unique read-only string that changes whenever the resource is updated.

Returns

A new ApplicationGatewayUrlPathMap instance for mocking.

Applies to