你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IoTHubEventSourceCreateOrUpdateParameters type

为 IoTHub 事件源的创建或更新事件源作提供的参数。

type IoTHubEventSourceCreateOrUpdateParameters =
  EventSourceCreateOrUpdateParameters & {
    consumerGroupName: string
    creationTime?: Date
    eventSourceResourceId: string
    iotHubName: string
    keyName: string
    localTimestampPropertiesLocalTimestamp?: LocalTimestamp
    provisioningState?: ProvisioningState
    sharedAccessKey: string
    time?: string
    timestampPropertyName?: string
    type?: IngressStartAtType
  }