GetServiceHealthResponse type

Contiene i dati di risposta per l'operazione getServiceHealth.

type GetServiceHealthResponse = ServiceHealth & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ServiceHealth
  }
}