Condividi tramite


ServiceListNextResponse type

Contiene i dati di risposta per l'operazione listNext.

type ServiceListNextResponse = ServiceResourceDescriptionList & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ServiceResourceDescriptionList
  }
}