GetDeployedApplicationHealthResponse type

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

type GetDeployedApplicationHealthResponse = DeployedApplicationHealth & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: DeployedApplicationHealth
  }
}