healthCheckUri property

  1. @Deprecated('Not supported. Member documentation may have more information.')
String? healthCheckUri
getter/setter pair

URI of the health check for the load balancer.

Deprecated and no longer populated as different load balancer backends might have different health checks.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.String? healthCheckUri;