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

ReferenceDataSetResource Class

Definition

A reference data set provides metadata about the events in an environment. Metadata in the reference data set will be joined with events as they are read from event sources. The metadata that makes up the reference data set is uploaded or modified through the Time Series Insights data plane APIs.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.ReferenceDataSetResourceTypeConverter))]
public class ReferenceDataSetResource : Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.IReferenceDataSetResource, Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.ReferenceDataSetResourceTypeConverter))>]
type ReferenceDataSetResource = class
    interface IReferenceDataSetResource
    interface IJsonSerializable
    interface ITrackedResource
    interface IResource
    interface IValidates
Public Class ReferenceDataSetResource
Implements IReferenceDataSetResource, IValidates
Inheritance
ReferenceDataSetResource
Attributes
Implements

Constructors

ReferenceDataSetResource()

Creates an new ReferenceDataSetResource instance.

Properties

CreationTime

The time the resource was created.

DataStringComparisonBehavior

The reference data set key comparison behavior can be set using this property. By default, the value is 'Ordinal' - which means case sensitive key comparison will be performed while joining reference data with events or while adding new reference data. When 'OrdinalIgnoreCase' is set, case insensitive comparison will be used.

Id

Resource Id

KeyProperty

The list of key properties for the reference data set.

Location

Resource location

Name

Resource name

ProvisioningState

Provisioning state of the resource.

Tag

Resource tags

Type

Resource type

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ReferenceDataSetResource.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ReferenceDataSetResource.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ReferenceDataSetResource into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to