Ler em inglês

Partilhar via


CustomerSubscriptionsListNextResponse type

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

type CustomerSubscriptionsListNextResponse = CustomerSubscriptionList & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: CustomerSubscriptionList
  }
}