مشاركة عبر


CustomerSubscriptionsCreateResponse type

يحتوي على بيانات الاستجابة لعملية الإنشاء.

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