Compartilhar via


ServiceListNextResponse type

Contém dados de resposta para a operação listNext.

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