Freigeben über


GetApplicationHealthResponse type

Enthält Antwortdaten für den getApplicationHealth-Vorgang.

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