Sdílet prostřednictvím


CustomerSubscriptionsListResponse type

Obsahuje data odpovědi pro operaci seznamu.

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