Share via


IAzureEventSourceProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.AzureEventSourcePropertiesTypeConverter))]
public interface IAzureEventSourceProperties : Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.IEventSourceCommonProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.AzureEventSourcePropertiesTypeConverter))>]
type IAzureEventSourceProperties = interface
    interface IJsonSerializable
    interface IEventSourceCommonProperties
    interface IResourceProperties
Public Interface IAzureEventSourceProperties
Implements IEventSourceCommonProperties
Derived
Attributes
Implements

Properties

CreationTime

The time the resource was created.

(Inherited from IResourceProperties)
EventSourceResourceId

The resource id of the event source in Azure Resource Manager.

ProvisioningState

Provisioning state of the resource.

(Inherited from IResourceProperties)
TimestampPropertyName

The event property that will be used as the event source's timestamp. If a value isn't specified for timestampPropertyName, or if null or empty-string is specified, the event creation time will be used.

(Inherited from IEventSourceCommonProperties)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to