CustomerSubscriptionsCreateResponse type
Enthält Antwortdaten für den Erstellungsvorgang.
type CustomerSubscriptionsCreateResponse = CustomerSubscription & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: CustomerSubscription
}
}