ArmFrontDoorModelFactory.FrontDoorWebApplicationFirewallPolicyData Method

Definition

public static Azure.ResourceManager.FrontDoor.FrontDoorWebApplicationFirewallPolicyData FrontDoorWebApplicationFirewallPolicyData(Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = default, Azure.ResourceManager.FrontDoor.Models.FrontDoorWebApplicationFirewallPolicySettings policySettings = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Resources.Models.SubResource> frontendEndpointLinks = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Resources.Models.SubResource> routingRuleLinks = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Resources.Models.SubResource> securityPolicyLinks = default, string provisioningState = default, Azure.ResourceManager.FrontDoor.Models.FrontDoorWebApplicationFirewallPolicyResourceState? resourceState = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.FrontDoor.Models.WebApplicationCustomRule> rules = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.FrontDoor.Models.ManagedRuleSet> managedRuleSets = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.FrontDoor.Models.FrontDoorManagedRuleSetException> exceptions = default, Azure.ETag? eTag = default, Azure.ResourceManager.FrontDoor.Models.FrontDoorSkuName? skuName = default);
static member FrontDoorWebApplicationFirewallPolicyData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * Azure.ResourceManager.FrontDoor.Models.FrontDoorWebApplicationFirewallPolicySettings * seq<Azure.ResourceManager.Resources.Models.SubResource> * seq<Azure.ResourceManager.Resources.Models.SubResource> * seq<Azure.ResourceManager.Resources.Models.SubResource> * string * Nullable<Azure.ResourceManager.FrontDoor.Models.FrontDoorWebApplicationFirewallPolicyResourceState> * seq<Azure.ResourceManager.FrontDoor.Models.WebApplicationCustomRule> * seq<Azure.ResourceManager.FrontDoor.Models.ManagedRuleSet> * seq<Azure.ResourceManager.FrontDoor.Models.FrontDoorManagedRuleSetException> * Nullable<Azure.ETag> * Nullable<Azure.ResourceManager.FrontDoor.Models.FrontDoorSkuName> -> Azure.ResourceManager.FrontDoor.FrontDoorWebApplicationFirewallPolicyData
Public Shared Function FrontDoorWebApplicationFirewallPolicyData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = Nothing, Optional policySettings As FrontDoorWebApplicationFirewallPolicySettings = Nothing, Optional frontendEndpointLinks As IEnumerable(Of SubResource) = Nothing, Optional routingRuleLinks As IEnumerable(Of SubResource) = Nothing, Optional securityPolicyLinks As IEnumerable(Of SubResource) = Nothing, Optional provisioningState As String = Nothing, Optional resourceState As Nullable(Of FrontDoorWebApplicationFirewallPolicyResourceState) = Nothing, Optional rules As IEnumerable(Of WebApplicationCustomRule) = Nothing, Optional managedRuleSets As IEnumerable(Of ManagedRuleSet) = Nothing, Optional exceptions As IEnumerable(Of FrontDoorManagedRuleSetException) = Nothing, Optional eTag As Nullable(Of ETag) = Nothing, Optional skuName As Nullable(Of FrontDoorSkuName) = Nothing) As FrontDoorWebApplicationFirewallPolicyData

Parameters

id
ResourceIdentifier

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

name
String

The name of the resource.

resourceType
ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

systemData
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

tags
IDictionary<String,String>

Resource tags.

location
AzureLocation

The geo-location where the resource lives.

policySettings
FrontDoorWebApplicationFirewallPolicySettings

Describes settings for the policy.

frontendEndpointLinks
IEnumerable<SubResource>

Describes Frontend Endpoints associated with this Web Application Firewall policy.

routingRuleLinks
IEnumerable<SubResource>

Describes Routing Rules associated with this Web Application Firewall policy.

securityPolicyLinks
IEnumerable<SubResource>

Describes Security Policy associated with this Web Application Firewall policy.

provisioningState
String

Provisioning state of the policy.

resourceState
Nullable<FrontDoorWebApplicationFirewallPolicyResourceState>

Resource status of the policy.

rules
IEnumerable<WebApplicationCustomRule>

List of rules.

managedRuleSets
IEnumerable<ManagedRuleSet>

List of rule sets.

exceptions
IEnumerable<FrontDoorManagedRuleSetException>

List of exceptions.

eTag
Nullable<ETag>

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

skuName
Nullable<FrontDoorSkuName>

Name of the pricing tier.

Returns

A new FrontDoorWebApplicationFirewallPolicyData instance for mocking.

Applies to