Uses of Class
com.azure.resourcemanager.cosmos.models.ConnectionState
Packages that use ConnectionState
Package
Description
Package containing the data models for CosmosDBManagementClient.
-
Uses of ConnectionState in com.azure.resourcemanager.cosmos.models
Fields in com.azure.resourcemanager.cosmos.models declared as ConnectionStateModifier and TypeFieldDescriptionstatic final ConnectionState
ConnectionState.DATACENTER_TO_DATACENTER_NETWORK_ERROR
Static value DatacenterToDatacenterNetworkError for ConnectionState.static final ConnectionState
ConnectionState.INTERNAL_ERROR
Static value InternalError for ConnectionState.static final ConnectionState
ConnectionState.INTERNAL_OPERATOR_TO_DATA_CENTER_CERTIFICATE_ERROR
Static value InternalOperatorToDataCenterCertificateError for ConnectionState.static final ConnectionState
ConnectionState.OK
Static value OK for ConnectionState.static final ConnectionState
ConnectionState.OPERATOR_TO_DATA_CENTER_NETWORK_ERROR
Static value OperatorToDataCenterNetworkError for ConnectionState.static final ConnectionState
ConnectionState.UNKNOWN
Static value Unknown for ConnectionState.Methods in com.azure.resourcemanager.cosmos.models that return ConnectionStateModifier and TypeMethodDescriptionConnectionError.connectionState()
Get the connectionState property: The kind of connection error that occurred.static ConnectionState
ConnectionState.fromString
(String name) Creates or finds a ConnectionState from its string representation.Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type ConnectionStateModifier and TypeMethodDescriptionstatic Collection
<ConnectionState> ConnectionState.values()
Gets known ConnectionState values.Methods in com.azure.resourcemanager.cosmos.models with parameters of type ConnectionStateModifier and TypeMethodDescriptionConnectionError.withConnectionState
(ConnectionState connectionState) Set the connectionState property: The kind of connection error that occurred.