Uses of Class
com.azure.resourcemanager.cosmos.models.ConnectionError
-
Packages that use ConnectionError Package Description com.azure.resourcemanager.cosmos.fluent.models Package containing the inner data models for CosmosDBManagementClient.com.azure.resourcemanager.cosmos.models 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 ConnectionError Modifier and Type Method Description List<ConnectionError>CassandraClusterPublicStatusInner. 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 ConnectionError Modifier and Type Method Description CassandraClusterPublicStatusInnerCassandraClusterPublicStatusInner. 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 ConnectionError Modifier and Type Method Description ConnectionErrorConnectionError. withConnectionState(ConnectionState connectionState)Set the connectionState property: The kind of connection error that occurred.ConnectionErrorConnectionError. withException(String exception)Set the exception property: Detailed error message about the failed connection.ConnectionErrorConnectionError. withIPFrom(String iPFrom)Set the iPFrom property: The IP of host that originated the failed connection.ConnectionErrorConnectionError. withIPTo(String iPTo)Set the iPTo property: The IP that the connection attempted to reach.ConnectionErrorConnectionError. withPort(Integer port)Set the port property: The TCP port the connection was attempted on.
-