Compartilhar via


ArmFrontDoorModelFactory.FrontDoorWebApplicationFirewallPolicyData Método

Definição

Inicializa uma nova instância 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

name
String

O nome.

resourceType
ResourceType

O resourceType.

systemData
SystemData

O systemData.

tags
IDictionary<String,String>

As marcas.

location
AzureLocation

O local.

etag
Nullable<ETag>

Obtém uma cadeia de caracteres exclusiva somente leitura que é alterada sempre que o recurso é atualizado.

skuName
Nullable<FrontDoorSkuName>

O tipo de preço da política de firewall do aplicativo Web. O padrão é Classic_AzureFrontDoor se não for especificado.

policySettings
FrontDoorWebApplicationFirewallPolicySettings

Descreve as configurações da política.

rules
IEnumerable<WebApplicationCustomRule>

Descreve regras personalizadas dentro da política.

managedRuleSets
IEnumerable<ManagedRuleSet>

Descreve as regras gerenciadas dentro da política.

frontendEndpointLinks
IEnumerable<SubResource>

Descreve os pontos de extremidade de front-end associados a essa política de Firewall de Aplicativo Web.

routingRuleLinks
IEnumerable<SubResource>

Descreve as Regras de Roteamento associadas a essa política de Firewall de Aplicativo Web.

securityPolicyLinks
IEnumerable<SubResource>

Descreve a Política de Segurança associada a essa política de Firewall de Aplicativo Web.

provisioningState
String

Estado de provisionamento da política.

resourceState
Nullable<FrontDoorWebApplicationFirewallPolicyResourceState>

Status de recursos da política.

Retornos

Uma nova FrontDoorWebApplicationFirewallPolicyData instância para simulação.

Aplica-se a