你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
EventSourceCreateOrUpdateParameters Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Parameters supplied to the Create or Update Event Source operation.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.EventSourceCreateOrUpdateParametersTypeConverter))]
public class EventSourceCreateOrUpdateParameters : Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.IEventSourceCreateOrUpdateParameters, Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.EventSourceCreateOrUpdateParametersTypeConverter))>]
type EventSourceCreateOrUpdateParameters = class
interface IEventSourceCreateOrUpdateParameters
interface IJsonSerializable
interface ICreateOrUpdateTrackedResourceProperties
interface IValidates
Public Class EventSourceCreateOrUpdateParameters
Implements IEventSourceCreateOrUpdateParameters, IValidates
- Inheritance
-
EventSourceCreateOrUpdateParameters
- Attributes
- Implements
Constructors
EventSourceCreateOrUpdateParameters() |
Creates an new EventSourceCreateOrUpdateParameters instance. |
Properties
Kind |
The kind of the event source. |
LocalTimestampFormat |
An enum that represents the format of the local timestamp property that needs to be set. |
Location |
The location of the resource. |
Tag |
Key-value pairs of additional properties for the resource. |
TimeZoneOffsetPropertyName |
The event property that will be contain the offset information to calculate the local timestamp. When the LocalTimestampFormat is Iana, the property name will contain the name of the column which contains IANA Timezone Name (eg: Americas/Los Angeles). When LocalTimestampFormat is Timespan, it contains the name of property which contains values representing the offset (eg: P1D or 1.00:00:00) |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of EventSourceCreateOrUpdateParameters. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of EventSourceCreateOrUpdateParameters. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.IEventSourceCreateOrUpdateParameters. Note: the Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.IEventSourceCreateOrUpdateParameters interface is polymorphic, and the precise model class that will get deserialized is determined at runtime based on the payload. |
FromJsonString(String) |
Creates a new instance of EventSourceCreateOrUpdateParameters, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of EventSourceCreateOrUpdateParameters into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |