Megosztás:


GetDeployedServicePackageHealthResponse type

A getDeployedServicePackageHealth művelet válaszadatait tartalmazza.

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