Partager via


CosmosDBOperationType Structure

Définition

Enum indiquant le type d’opération de l’événement.

public readonly struct CosmosDBOperationType : IEquatable<Azure.ResourceManager.CosmosDB.Models.CosmosDBOperationType>
type CosmosDBOperationType = struct
Public Structure CosmosDBOperationType
Implements IEquatable(Of CosmosDBOperationType)
Héritage
CosmosDBOperationType
Implémente

Constructeurs

CosmosDBOperationType(String)

Initialise une nouvelle instance de CosmosDBOperationType.

Propriétés

Create

Créer.

Delete

Suppression.

Recreate

Recréer.

Replace

Remplacer.

SystemOperation

SystemOperation.

Méthodes

Equals(CosmosDBOperationType)

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(CosmosDBOperationType, CosmosDBOperationType)

Détermine si deux CosmosDBOperationType valeurs sont identiques.

Implicit(String to CosmosDBOperationType)

Convertit une chaîne en CosmosDBOperationType.

Inequality(CosmosDBOperationType, CosmosDBOperationType)

Détermine si deux CosmosDBOperationType valeurs ne sont pas identiques.

S’applique à