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 ConnectionStateConnectionState.DATACENTER_TO_DATACENTER_NETWORK_ERRORStatic value DatacenterToDatacenterNetworkError for ConnectionState.static final ConnectionStateConnectionState.INTERNAL_ERRORStatic value InternalError for ConnectionState.static final ConnectionStateConnectionState.INTERNAL_OPERATOR_TO_DATA_CENTER_CERTIFICATE_ERRORStatic value InternalOperatorToDataCenterCertificateError for ConnectionState.static final ConnectionStateConnectionState.OKStatic value OK for ConnectionState.static final ConnectionStateConnectionState.OPERATOR_TO_DATA_CENTER_NETWORK_ERRORStatic value OperatorToDataCenterNetworkError for ConnectionState.static final ConnectionStateConnectionState.UNKNOWNStatic 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 ConnectionStateConnectionState.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.