Udostępnij za pośrednictwem


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

CosmosDBAccountRestoreMode(String)

Initializes a new instance of CosmosDBAccountRestoreMode.

Properties

PointInTime

PointInTime.

Methods

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

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