Sdílet prostřednictvím


UpdatesGetOperationsResponse type

Obsahuje data odpovědi pro operaci getOperations.

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