Поделиться через


CustomerSubscriptionsCreateResponse type

Содержит данные ответа для операции создания.

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