共用方式為


UpdatesGetOperationsResponse type

包含 getOperations 作業的回應資料。

type UpdatesGetOperationsResponse = PageableListOfOperations & {
  _response: coreHttp.HttpResponse & {
    bodyAsText: string
    parsedBody: PageableListOfOperations
  }
}