Dela via


CustomerSubscriptionsGetResponse type

Innehåller svarsdata för get-åtgärden.

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