Compartir a través de


OperationsListNextResponse type

Contiene datos de respuesta para la operación listNext.

type OperationsListNextResponse = OperationListResult & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: OperationListResult
  }
}