مشاركة عبر


CustomerSubscriptionsGetResponse type

يحتوي على بيانات استجابة لعملية الحصول على.

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