GetDeployedServicePackageHealthUsingPolicyResponse type
Enthält Antwortdaten für den getDeployedServicePackageHealthUsingPolicy-Vorgang.
type GetDeployedServicePackageHealthUsingPolicyResponse =
DeployedServicePackageHealth & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: DeployedServicePackageHealth
}
}