CustomerSubscriptionsGetResponse type

A lekérési művelet válaszadatait tartalmazza.

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