EventSourceCreateOrUpdateParameters interface
Parameters supplied to the Create or Update Event Source operation.
Properties
| kind | The kind of the event source. |
| local |
An object that represents the local timestamp property. It contains the format of local timestamp that needs to be used and the corresponding timezone offset information. If a value isn't specified for localTimestamp, or if null, then the local timestamp will not be ingressed with the events. |
Inherited Properties
| location | The location of the resource. |
| tags | Key-value pairs of additional properties for the resource. |
Property Details
kind
The kind of the event source.
kind: string
Property Value
string
localTimestamp
An object that represents the local timestamp property. It contains the format of local timestamp that needs to be used and the corresponding timezone offset information. If a value isn't specified for localTimestamp, or if null, then the local timestamp will not be ingressed with the events.
localTimestamp?: LocalTimestamp
Property Value
Inherited Property Details
location
The location of the resource.
location: string
Property Value
string
Inherited From CreateOrUpdateTrackedResourceProperties.location
tags
Key-value pairs of additional properties for the resource.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Inherited From CreateOrUpdateTrackedResourceProperties.tags