Aracılığıyla paylaş


OperationsListNextResponse type

ListNext işlemi için yanıt verilerini içerir.

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