Share via


CosmosDBOperationType Struct

Definition

Enum to indicate the operation type of the event.

public readonly struct CosmosDBOperationType : IEquatable<Azure.ResourceManager.CosmosDB.Models.CosmosDBOperationType>
type CosmosDBOperationType = struct
Public Structure CosmosDBOperationType
Implements IEquatable(Of CosmosDBOperationType)
Inheritance
CosmosDBOperationType
Implements

Constructors

CosmosDBOperationType(String)

Initializes a new instance of CosmosDBOperationType.

Properties

Create

Create.

Delete

Delete.

Recreate

Recreate.

Replace

Replace.

SystemOperation

SystemOperation.

Methods

Equals(CosmosDBOperationType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(CosmosDBOperationType, CosmosDBOperationType)

Determines if two CosmosDBOperationType values are the same.

Implicit(String to CosmosDBOperationType)

Converts a string to a CosmosDBOperationType.

Inequality(CosmosDBOperationType, CosmosDBOperationType)

Determines if two CosmosDBOperationType values are not the same.

Applies to