ArmNetworkModelFactory.ApplicationGatewayPathRule Method

Definition

public static Azure.ResourceManager.Network.Models.ApplicationGatewayPathRule ApplicationGatewayPathRule(Azure.Core.ResourceIdentifier id = default, string name = default, string type = default, System.Collections.Generic.IEnumerable<string> paths = default, Azure.ResourceManager.Network.Models.NetworkProvisioningState? provisioningState = default, Azure.Core.ResourceIdentifier backendAddressPoolId = default, Azure.Core.ResourceIdentifier backendHttpSettingsId = default, Azure.Core.ResourceIdentifier redirectConfigurationId = default, Azure.Core.ResourceIdentifier rewriteRuleSetId = default, Azure.Core.ResourceIdentifier loadDistributionPolicyId = default, Azure.Core.ResourceIdentifier firewallPolicyId = default, Azure.ETag? eTag = default);
static member ApplicationGatewayPathRule : Azure.Core.ResourceIdentifier * string * string * seq<string> * Nullable<Azure.ResourceManager.Network.Models.NetworkProvisioningState> * Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier * Nullable<Azure.ETag> -> Azure.ResourceManager.Network.Models.ApplicationGatewayPathRule
Public Shared Function ApplicationGatewayPathRule (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional paths As IEnumerable(Of String) = Nothing, Optional provisioningState As Nullable(Of NetworkProvisioningState) = Nothing, Optional backendAddressPoolId As ResourceIdentifier = Nothing, Optional backendHttpSettingsId As ResourceIdentifier = Nothing, Optional redirectConfigurationId As ResourceIdentifier = Nothing, Optional rewriteRuleSetId As ResourceIdentifier = Nothing, Optional loadDistributionPolicyId As ResourceIdentifier = Nothing, Optional firewallPolicyId As ResourceIdentifier = Nothing, Optional eTag As Nullable(Of ETag) = Nothing) As ApplicationGatewayPathRule

Parameters

id
ResourceIdentifier

Resource ID.

name
String

Name of the resource.

type
String

Resource type.

paths
IEnumerable<String>

Path rules of URL path map.

provisioningState
Nullable<NetworkProvisioningState>

The provisioning state of the path rule resource.

backendAddressPoolId
ResourceIdentifier

Resource ID.

backendHttpSettingsId
ResourceIdentifier

Resource ID.

redirectConfigurationId
ResourceIdentifier

Resource ID.

rewriteRuleSetId
ResourceIdentifier

Resource ID.

loadDistributionPolicyId
ResourceIdentifier

Resource ID.

firewallPolicyId
ResourceIdentifier

Resource ID.

eTag
Nullable<ETag>

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

Returns

A new ApplicationGatewayPathRule instance for mocking.

Applies to