EventSourceUpdateParameters interface
Parameters supplied to the Update Event Source operation.
Properties
kind | Polymorphic discriminator, which specifies the different types this object can be |
tags | Key-value pairs of additional properties for the event source. |
Property Details
kind
Polymorphic discriminator, which specifies the different types this object can be
kind: "Microsoft.EventHub" | "Microsoft.IoTHub"
Property Value
"Microsoft.EventHub" | "Microsoft.IoTHub"
tags
Key-value pairs of additional properties for the event source.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}