WebApplicationFirewallAction Structure
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Type d’actions.
public readonly struct WebApplicationFirewallAction : IEquatable<Azure.ResourceManager.Network.Models.WebApplicationFirewallAction>
type WebApplicationFirewallAction = struct
Public Structure WebApplicationFirewallAction
Implements IEquatable(Of WebApplicationFirewallAction)
- Héritage
-
WebApplicationFirewallAction
- Implémente
Constructeurs
WebApplicationFirewallAction(String) |
Initialise une nouvelle instance de WebApplicationFirewallAction. |
Propriétés
Allow |
Autoriser. |
Block |
Bloquer. |
Log |
Rapport. |
Méthodes
Equals(WebApplicationFirewallAction) |
Indique si l'objet actuel est égal à un autre objet du même type. |
ToString() |
Retourne le nom de type qualifié complet de cette instance. |
Opérateurs
Equality(WebApplicationFirewallAction, WebApplicationFirewallAction) |
Détermine si deux WebApplicationFirewallAction valeurs sont identiques. |
Implicit(String to WebApplicationFirewallAction) |
Convertit une chaîne en WebApplicationFirewallAction. |
Inequality(WebApplicationFirewallAction, WebApplicationFirewallAction) |
Détermine si deux WebApplicationFirewallAction valeurs ne sont pas identiques. |