FunctionTriggerType 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 de déclencheur de la fonction.
public readonly struct FunctionTriggerType : IEquatable<Azure.ResourceManager.AppService.Models.FunctionTriggerType>
type FunctionTriggerType = struct
Public Structure FunctionTriggerType
Implements IEquatable(Of FunctionTriggerType)
- Héritage
-
FunctionTriggerType
- Implémente
Constructeurs
FunctionTriggerType(String) |
Initialise une nouvelle instance de FunctionTriggerType. |
Propriétés
HttpTrigger |
HttpTrigger. |
Unknown |
Inconnu. |
Méthodes
Equals(FunctionTriggerType) |
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(FunctionTriggerType, FunctionTriggerType) |
Détermine si deux FunctionTriggerType valeurs sont identiques. |
Implicit(String to FunctionTriggerType) |
Convertit une chaîne en FunctionTriggerType. |
Inequality(FunctionTriggerType, FunctionTriggerType) |
Détermine si deux FunctionTriggerType valeurs ne sont pas identiques. |
S’applique à
Azure SDK for .NET