Partager via


FrontDoorWebApplicationFirewallPolicyCollection.CreateOrUpdateAsync Méthode

Définition

Créez ou mettez à jour une stratégie avec le nom d’ensemble de règles spécifié dans un groupe de ressources.

  • Chemin de la requête/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/FrontDoorWebApplicationFirewallPolicies/{policyName}
  • IdPolicies_CreateOrUpdate d’opération
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.FrontDoor.FrontDoorWebApplicationFirewallPolicyResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string policyName, Azure.ResourceManager.FrontDoor.FrontDoorWebApplicationFirewallPolicyData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.FrontDoor.FrontDoorWebApplicationFirewallPolicyData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.FrontDoor.FrontDoorWebApplicationFirewallPolicyResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.FrontDoor.FrontDoorWebApplicationFirewallPolicyData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.FrontDoor.FrontDoorWebApplicationFirewallPolicyResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, policyName As String, data As FrontDoorWebApplicationFirewallPolicyData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of FrontDoorWebApplicationFirewallPolicyResource))

Paramètres

waitUntil
WaitUntil

Completed si la méthode doit attendre pour retourner jusqu’à ce que l’opération de longue durée soit terminée sur le service ; Started si elle doit être retournée après le démarrage de l’opération. Pour plus d’informations sur les opérations de longue durée, consultez Exemples d’opérations de Long-Running Azure.Core.

policyName
String

Nom de la stratégie de Web Application Firewall.

data
FrontDoorWebApplicationFirewallPolicyData

Stratégie à créer.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

policyName est une chaîne vide et devait être non vide.

policyName ou data est null.

S’applique à