EventHubProperties interface  
描述事件中心的运行时信息。
属性
| created | 中心以 UTC 格式创建的日期和时间。 | 
| is | 中心是否启用了地理灾难恢复。 | 
| name | 事件中心的名称。 | 
| partition | 字符串分区标识符的切片。 | 
属性详细信息
		createdOn
	 
	中心以 UTC 格式创建的日期和时间。
createdOn: Date属性值
Date
		isGeoDrEnabled
	  
	中心是否启用了地理灾难恢复。
isGeoDrEnabled: boolean属性值
boolean
name
事件中心的名称。
name: string属性值
string
		partitionIds
	 
	字符串分区标识符的切片。
partitionIds: string[]属性值
string[]