Share via


CassandraClusterBackupState Struct

Definition

The current state of the backup.

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

Constructors

CassandraClusterBackupState(String)

Initializes a new instance of CassandraClusterBackupState.

Properties

Failed

Failed.

Initiated

Initiated.

InProgress

InProgress.

Succeeded

Succeeded.

Methods

Equals(CassandraClusterBackupState)

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

Determines if two CassandraClusterBackupState values are the same.

Implicit(String to CassandraClusterBackupState)

Converts a string to a CassandraClusterBackupState.

Inequality(CassandraClusterBackupState, CassandraClusterBackupState)

Determines if two CassandraClusterBackupState values are not the same.

Applies to