CommitmentPlansPatchResponse type
Enthält Antwortdaten für den Patchvorgang.
type CommitmentPlansPatchResponse = CommitmentPlan & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: CommitmentPlan
}
}