共用方式為


CommitmentPlansPatchResponse type

包含修補作業的響應數據。

type CommitmentPlansPatchResponse = CommitmentPlan & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: CommitmentPlan
  }
}