Uses of Class
com.azure.resourcemanager.cosmos.models.ConnectionState
-
Packages that use ConnectionState Package Description com.azure.resourcemanager.cosmos.models 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 ConnectionState Modifier and Type Field Description static ConnectionStateConnectionState. DATACENTER_TO_DATACENTER_NETWORK_ERRORStatic value DatacenterToDatacenterNetworkError for ConnectionState.static ConnectionStateConnectionState. INTERNAL_ERRORStatic value InternalError for ConnectionState.static ConnectionStateConnectionState. INTERNAL_OPERATOR_TO_DATA_CENTER_CERTIFICATE_ERRORStatic value InternalOperatorToDataCenterCertificateError for ConnectionState.static ConnectionStateConnectionState. OKStatic value OK for ConnectionState.static ConnectionStateConnectionState. OPERATOR_TO_DATA_CENTER_NETWORK_ERRORStatic value OperatorToDataCenterNetworkError for ConnectionState.static ConnectionStateConnectionState. UNKNOWNStatic value Unknown for ConnectionState.Methods in com.azure.resourcemanager.cosmos.models that return ConnectionState Modifier and Type Method Description ConnectionStateConnectionError. 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 ConnectionState Modifier and Type Method Description static Collection<ConnectionState>ConnectionState. values()Methods in com.azure.resourcemanager.cosmos.models with parameters of type ConnectionState Modifier and Type Method Description ConnectionErrorConnectionError. withConnectionState(ConnectionState connectionState)Set the connectionState property: The kind of connection error that occurred.
-