DataBoxStageName 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.
Schéma de l’énumération DataBox Stage Name.
public readonly struct DataBoxStageName : IEquatable<Azure.Messaging.EventGrid.SystemEvents.DataBoxStageName>
type DataBoxStageName = struct
Public Structure DataBoxStageName
Implements IEquatable(Of DataBoxStageName)
- Héritage
-
DataBoxStageName
- Implémente
Constructeurs
DataBoxStageName(String) |
Initialise une nouvelle instance de DataBoxStageName. |
Propriétés
CopyCompleted |
La copie est terminée. |
CopyStarted |
La copie a démarré. |
OrderCompleted |
La commande est terminée. |
Méthodes
Equals(DataBoxStageName) |
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(DataBoxStageName, DataBoxStageName) |
Détermine si deux DataBoxStageName valeurs sont identiques. |
Implicit(String to DataBoxStageName) |
Convertit une chaîne en DataBoxStageName. |
Inequality(DataBoxStageName, DataBoxStageName) |
Détermine si deux DataBoxStageName valeurs ne sont pas identiques. |
S’applique à
Azure SDK for .NET