Megosztás:


GetApplicationHealthResponse type

A getApplicationHealth művelet válaszadatait tartalmazza.

type GetApplicationHealthResponse = ApplicationHealth & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ApplicationHealth
  }
}