مشاركة عبر


OperationsListNextResponse type

يحتوي على بيانات الاستجابة لعملية listNext.

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