Partilhar via


CustomerSubscriptionsListResponse type

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

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