CassandraConnectionState Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET