Compartir a través de


ArmFrontDoorModelFactory.FrontDoorWebApplicationFirewallPolicyData Método

Definición

Inicializa una nueva instancia de FrontDoorWebApplicationFirewallPolicyData.

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.ETag? etag = default, Azure.ResourceManager.FrontDoor.Models.FrontDoorSkuName? skuName = default, Azure.ResourceManager.FrontDoor.Models.FrontDoorWebApplicationFirewallPolicySettings policySettings = 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.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);
static member FrontDoorWebApplicationFirewallPolicyData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * Nullable<Azure.ETag> * Nullable<Azure.ResourceManager.FrontDoor.Models.FrontDoorSkuName> * Azure.ResourceManager.FrontDoor.Models.FrontDoorWebApplicationFirewallPolicySettings * seq<Azure.ResourceManager.FrontDoor.Models.WebApplicationCustomRule> * seq<Azure.ResourceManager.FrontDoor.Models.ManagedRuleSet> * 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> -> 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 etag As Nullable(Of ETag) = Nothing, Optional skuName As Nullable(Of FrontDoorSkuName) = Nothing, Optional policySettings As FrontDoorWebApplicationFirewallPolicySettings = Nothing, Optional rules As IEnumerable(Of WebApplicationCustomRule) = Nothing, Optional managedRuleSets As IEnumerable(Of ManagedRuleSet) = 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) As FrontDoorWebApplicationFirewallPolicyData

Parámetros

id
ResourceIdentifier

El identificador.

name
String

Nombre.

resourceType
ResourceType

ResourceType.

systemData
SystemData

SystemData.

tags
IDictionary<String,String>

Las etiquetas.

location
AzureLocation

Ubicación.

etag
Nullable<ETag>

Obtiene una cadena de solo lectura única que cambia cada vez que se actualiza el recurso.

skuName
Nullable<FrontDoorSkuName>

Plan de tarifa de la directiva de firewall de aplicaciones web. El valor predeterminado es Classic_AzureFrontDoor si no se especifica.

policySettings
FrontDoorWebApplicationFirewallPolicySettings

Describe la configuración de la directiva.

rules
IEnumerable<WebApplicationCustomRule>

Describe las reglas personalizadas dentro de la directiva.

managedRuleSets
IEnumerable<ManagedRuleSet>

Describe las reglas administradas dentro de la directiva.

frontendEndpointLinks
IEnumerable<SubResource>

Describe los puntos de conexión de front-end asociados a esta directiva de Web Application Firewall.

routingRuleLinks
IEnumerable<SubResource>

Describe las reglas de enrutamiento asociadas a esta directiva de Web Application Firewall.

securityPolicyLinks
IEnumerable<SubResource>

Describe la directiva de seguridad asociada a esta directiva de Web Application Firewall.

provisioningState
String

Estado de aprovisionamiento de la directiva.

resourceState
Nullable<FrontDoorWebApplicationFirewallPolicyResourceState>

Estado del recurso de la directiva.

Devoluciones

FrontDoorWebApplicationFirewallPolicyData Nueva instancia para simular.

Se aplica a