GetDeployedServicePackageHealthUsingPolicyResponse type
يحتوي على بيانات استجابة لعملية getDeployedServicePackageHealthUsingPolicy.
type GetDeployedServicePackageHealthUsingPolicyResponse =
DeployedServicePackageHealth & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: DeployedServicePackageHealth
}
}