Freigeben über


GetDeployedServicePackageHealthResponse type

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

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