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

AzureEventSourceProperties Class

Definition

Properties of an event source that reads events from an event broker in Azure.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.AzureEventSourcePropertiesTypeConverter))]
public class AzureEventSourceProperties : Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.IAzureEventSourceProperties, Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.AzureEventSourcePropertiesTypeConverter))>]
type AzureEventSourceProperties = class
    interface IAzureEventSourceProperties
    interface IJsonSerializable
    interface IEventSourceCommonProperties
    interface IResourceProperties
    interface IValidates
Public Class AzureEventSourceProperties
Implements IAzureEventSourceProperties, IValidates
Inheritance
AzureEventSourceProperties
Attributes
Implements

Constructors

AzureEventSourceProperties()

Creates an new AzureEventSourceProperties instance.

Properties

CreationTime

The time the resource was created.

EventSourceResourceId

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

ProvisioningState

Provisioning state of the resource.

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.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AzureEventSourceProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AzureEventSourceProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.IAzureEventSourceProperties.

FromJsonString(String)

Creates a new instance of AzureEventSourceProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of AzureEventSourceProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to