AppAction 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’action de l’opération.
public readonly struct AppAction : IEquatable<Azure.Messaging.EventGrid.SystemEvents.AppAction>
type AppAction = struct
Public Structure AppAction
Implements IEquatable(Of AppAction)
- Héritage
-
AppAction
- Implémente
Constructeurs
AppAction(String) |
Initialise une nouvelle instance de AppAction. |
Propriétés
ChangedAppSettings |
Une opération a été effectuée pour modifier le paramètre d’application sur l’application web. |
Completed |
Le travail est terminé. |
Failed |
Le travail n’a pas pu se terminer. |
Restarted |
L’application web a été redémarrée. |
Started |
Le travail a commencé. |
Stopped |
L’application web a été arrêtée. |
Méthodes
Equals(AppAction) |
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(AppAction, AppAction) |
Détermine si deux AppAction valeurs sont identiques. |
Implicit(String to AppAction) |
Convertit une chaîne en AppAction. |
Inequality(AppAction, AppAction) |
Détermine si deux AppAction valeurs ne sont pas identiques. |
S’applique à
Azure SDK for .NET