次の方法で共有


CassandraConnectionState 構造体

定義

発生した接続エラーの種類。

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

コンストラクター

CassandraConnectionState(String)

CassandraConnectionState の新しいインスタンスを初期化します。

プロパティ

DatacenterToDatacenterNetworkError

DatacenterToDatacenterNetworkError。

InternalError

InternalError。

InternalOperatorToDataCenterCertificateError

InternalOperatorToDataCenterCertificateError。

OK

OK です。

OperatorToDataCenterNetworkError

OperatorToDataCenterNetworkError。

Unknown

不明。

メソッド

Equals(CassandraConnectionState)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

ToString()

このインスタンスの完全修飾型名を返します。

演算子

Equality(CassandraConnectionState, CassandraConnectionState)

2 つの CassandraConnectionState 値が同じかどうかを判断します。

Implicit(String to CassandraConnectionState)

文字列を CassandraConnectionState に変換します。

Inequality(CassandraConnectionState, CassandraConnectionState)

2 つの CassandraConnectionState 値が同じでないかどうかを判断します。

適用対象