Uses of Class
com.azure.resourcemanager.cosmos.models.ConnectionError
Packages that use ConnectionError
Package
Description
Package containing the inner data models for CosmosDBManagementClient.
Package containing the data models for CosmosDBManagementClient.
-
Uses of ConnectionError in com.azure.resourcemanager.cosmos.fluent.models
Methods in com.azure.resourcemanager.cosmos.fluent.models that return types with arguments of type ConnectionErrorModifier and TypeMethodDescriptionCassandraClusterPublicStatusInner.connectionErrors()Get the connectionErrors property: List relevant information about any connection errors to the Datacenters.Method parameters in com.azure.resourcemanager.cosmos.fluent.models with type arguments of type ConnectionErrorModifier and TypeMethodDescriptionCassandraClusterPublicStatusInner.withConnectionErrors(List<ConnectionError> connectionErrors) Set the connectionErrors property: List relevant information about any connection errors to the Datacenters. -
Uses of ConnectionError in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return ConnectionErrorModifier and TypeMethodDescriptionstatic ConnectionErrorConnectionError.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ConnectionError from the JsonReader.ConnectionError.withConnectionState(ConnectionState connectionState) Set the connectionState property: The kind of connection error that occurred.ConnectionError.withException(String exception) Set the exception property: Detailed error message about the failed connection.ConnectionError.withIPFrom(String iPFrom) Set the iPFrom property: The IP of host that originated the failed connection.Set the iPTo property: The IP that the connection attempted to reach.Set the port property: The TCP port the connection was attempted on.