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

HealthCheckServiceReference

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

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

projects/project-id/regions/us-west1/healthCheckServices/health-check-service

  • regions/us-west1/healthCheckServices/health-check-service
interface HealthCheckServiceReference {
healthCheckService?: string;
}

§Properties

§
healthCheckService?: string
[src]