Megosztás a következőn keresztül:


UpdatesGetOperationsResponse type

A getOperations művelet válaszadatait tartalmazza.

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