CustomerSubscriptionsCreateResponse type   
包含创建作的响应数据。
type CustomerSubscriptionsCreateResponse = CustomerSubscription & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: CustomerSubscription
  }
}