共用方式為


RolloutsRestartResponse type

包含重新啟動作業的響應數據。

type RolloutsRestartResponse = Rollout & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Rollout }
}