مشاركة عبر


GetDeployedServicePackageHealthResponse type

يحتوي على بيانات الاستجابة لعملية getDeployedServicePackageHealth.

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