Share via


CassandraConnectionState Struct

Definition

The kind of connection error that occurred.

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

Constructors

CassandraConnectionState(String)

Initializes a new instance of CassandraConnectionState.

Properties

DatacenterToDatacenterNetworkError

DatacenterToDatacenterNetworkError.

InternalError

InternalError.

InternalOperatorToDataCenterCertificateError

InternalOperatorToDataCenterCertificateError.

OK

OK.

OperatorToDataCenterNetworkError

OperatorToDataCenterNetworkError.

Unknown

Unknown.

Methods

Equals(CassandraConnectionState)

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

Determines if two CassandraConnectionState values are the same.

Implicit(String to CassandraConnectionState)

Converts a string to a CassandraConnectionState.

Inequality(CassandraConnectionState, CassandraConnectionState)

Determines if two CassandraConnectionState values are not the same.

Applies to