Share via


CosmosDBAccountCreateMode Struct

Definition

Enum to indicate the mode of account creation.

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

Constructors

CosmosDBAccountCreateMode(String)

Initializes a new instance of CosmosDBAccountCreateMode.

Properties

Default

Default.

PointInTimeRestore

PointInTimeRestore.

Restore

Restore.

Methods

Equals(CosmosDBAccountCreateMode)

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

Determines if two CosmosDBAccountCreateMode values are the same.

Implicit(String to CosmosDBAccountCreateMode)

Converts a string to a CosmosDBAccountCreateMode.

Inequality(CosmosDBAccountCreateMode, CosmosDBAccountCreateMode)

Determines if two CosmosDBAccountCreateMode values are not the same.

Applies to