UpdateRepairTaskHealthPolicyResponse type
Enthält Antwortdaten für den UpdateRepairTaskHealthPolicy-Vorgang.
type UpdateRepairTaskHealthPolicyResponse = RepairTaskUpdateInfo & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: RepairTaskUpdateInfo
}
}