GetDeployedServicePackageHealthResponse type

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

type GetDeployedServicePackageHealthResponse = DeployedServicePackageHealth & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: DeployedServicePackageHealth
  }
}