Udostępnij za pośrednictwem


CustomerSubscriptionsListResponse type

Zawiera dane odpowiedzi dla operacji listy.

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