Partager via


UpdatesGetOperationsResponse type

Contains response data for the getOperations operation.

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