Freigeben über


CustomerSubscriptionsGetResponse type

Enthält Antwortdaten für den Get-Vorgang.

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