共用方式為


RunbookUpdateResponse type

包含更新作業的回應數據。

type RunbookUpdateResponse = Runbook & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Runbook }
}