GetServiceHealthResponse type

Содержит данные ответа для операции getServiceHealth.

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