CosmosDBOperationType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET