Freigeben über


GetDeployedApplicationHealthResponse type

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

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