ArmCdnModelFactory.FrontDoorWebApplicationFirewallPolicyProperties Method

Definition

public static Azure.ResourceManager.Cdn.Models.FrontDoorWebApplicationFirewallPolicyProperties FrontDoorWebApplicationFirewallPolicyProperties(Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.ResourceManager.Cdn.Models.PolicySettingsFrontDoor policySettings = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Cdn.Models.FrontendEndpointLink> frontendEndpointLinks = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Cdn.Models.CdnRoutingRuleLink> routingRuleLinks = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Cdn.Models.CdnSecurityPolicyLink> securityPolicyLinks = default, string provisioningState = default, Azure.ResourceManager.Cdn.Models.PolicyResourceState? resourceState = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Cdn.Models.CustomRuleFrontDoor> customRules = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Cdn.Models.ManagedRuleSetFrontDoor> managedRuleSets = default, Azure.ETag? eTag = default, Azure.ResourceManager.Cdn.Models.CdnSkuName? skuName = default);
static member FrontDoorWebApplicationFirewallPolicyProperties : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Azure.ResourceManager.Cdn.Models.PolicySettingsFrontDoor * seq<Azure.ResourceManager.Cdn.Models.FrontendEndpointLink> * seq<Azure.ResourceManager.Cdn.Models.CdnRoutingRuleLink> * seq<Azure.ResourceManager.Cdn.Models.CdnSecurityPolicyLink> * string * Nullable<Azure.ResourceManager.Cdn.Models.PolicyResourceState> * seq<Azure.ResourceManager.Cdn.Models.CustomRuleFrontDoor> * seq<Azure.ResourceManager.Cdn.Models.ManagedRuleSetFrontDoor> * Nullable<Azure.ETag> * Nullable<Azure.ResourceManager.Cdn.Models.CdnSkuName> -> Azure.ResourceManager.Cdn.Models.FrontDoorWebApplicationFirewallPolicyProperties
Public Shared Function FrontDoorWebApplicationFirewallPolicyProperties (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional policySettings As PolicySettingsFrontDoor = Nothing, Optional frontendEndpointLinks As IEnumerable(Of FrontendEndpointLink) = Nothing, Optional routingRuleLinks As IEnumerable(Of CdnRoutingRuleLink) = Nothing, Optional securityPolicyLinks As IEnumerable(Of CdnSecurityPolicyLink) = Nothing, Optional provisioningState As String = Nothing, Optional resourceState As Nullable(Of PolicyResourceState) = Nothing, Optional customRules As IEnumerable(Of CustomRuleFrontDoor) = Nothing, Optional managedRuleSets As IEnumerable(Of ManagedRuleSetFrontDoor) = Nothing, Optional eTag As Nullable(Of ETag) = Nothing, Optional skuName As Nullable(Of CdnSkuName) = Nothing) As FrontDoorWebApplicationFirewallPolicyProperties

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.

policySettings
PolicySettingsFrontDoor

Describes settings for the policy.

frontendEndpointLinks
IEnumerable<FrontendEndpointLink>

Describes Frontend Endpoints associated with this Web Application Firewall policy.

routingRuleLinks
IEnumerable<CdnRoutingRuleLink>

Describes Routing Rules associated with this Web Application Firewall policy.

securityPolicyLinks
IEnumerable<CdnSecurityPolicyLink>

Describes Security Policy associated with this Web Application Firewall policy.

provisioningState
String

Provisioning state of the policy.

resourceState
Nullable<PolicyResourceState>

Gets the ResourceState.

customRules
IEnumerable<CustomRuleFrontDoor>

List of rules.

managedRuleSets
IEnumerable<ManagedRuleSetFrontDoor>

List of rule sets.

eTag
Nullable<ETag>

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

skuName
Nullable<CdnSkuName>

Name of the pricing tier.

Returns

A new FrontDoorWebApplicationFirewallPolicyProperties instance for mocking.

Applies to