CustomerSubscriptionsGetResponse type
Alma işlemi için yanıt verilerini içerir.
type CustomerSubscriptionsGetResponse = CustomerSubscription & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: CustomerSubscription
}
}