Megosztás:


GetDeployedApplicationHealthResponse type

A getDeployedApplicationHealth művelet válaszadatait tartalmazza.

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