CosmosDBAccountRestoreMode Struct

Definition

Describes the mode of the restore.

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

Constructors

Name Description
CosmosDBAccountRestoreMode(String)

Initializes a new instance of CosmosDBAccountRestoreMode.

Properties

Name Description
PointInTime

PointInTime.

Methods

Name Description
Equals(CosmosDBAccountRestoreMode)

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

Name Description
Equality(CosmosDBAccountRestoreMode, CosmosDBAccountRestoreMode)

Determines if two CosmosDBAccountRestoreMode values are the same.

Implicit(String to CosmosDBAccountRestoreMode)

Converts a String to a CosmosDBAccountRestoreMode.

Inequality(CosmosDBAccountRestoreMode, CosmosDBAccountRestoreMode)

Determines if two CosmosDBAccountRestoreMode values are not the same.

Applies to