共用方式為


OperationsListResponse type

包含清單作業的回應資料。

type OperationsListResponse = OperationsList & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: OperationsList
  }
}