Aracılığıyla paylaş


ServiceListNextResponse type

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

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