Delen via


CustomerSubscriptionsGetResponse type

Bevat antwoordgegevens voor de get-bewerking.

type CustomerSubscriptionsGetResponse = CustomerSubscription & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: CustomerSubscription
  }
}