Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

HealthCheckReference

import type { HealthCheckReference } from "https://googleapis.deno.dev/v1/compute:v1.ts";

A full or valid partial URL to a health check. For example, the following are valid URLs: - https://www.googleapis.com/compute/beta/projects/project-id/global/httpHealthChecks/health-check

  • projects/project-id/global/httpHealthChecks/health-check - global/httpHealthChecks/health-check
interface HealthCheckReference {
healthCheck?: string;
}

§Properties

§
healthCheck?: string
[src]