GetDeployedServicePackageHealthResponse type
getDeployedServicePackageHealth işlemi için yanıt verilerini içerir.
type GetDeployedServicePackageHealthResponse = DeployedServicePackageHealth & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: DeployedServicePackageHealth
}
}