共用方式為


OperationsList1Response type

包含 list1 作業的響應數據。

type OperationsList1Response = OperationsListResult & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: OperationsListResult
  }
}