Share via


ReferenceDataSetKeyProperty Class

Definition

A key property for the reference data set. A reference data set can have multiple key properties.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.ReferenceDataSetKeyPropertyTypeConverter))]
public class ReferenceDataSetKeyProperty : Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.IReferenceDataSetKeyProperty
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.ReferenceDataSetKeyPropertyTypeConverter))>]
type ReferenceDataSetKeyProperty = class
    interface IReferenceDataSetKeyProperty
    interface IJsonSerializable
Public Class ReferenceDataSetKeyProperty
Implements IReferenceDataSetKeyProperty
Inheritance
ReferenceDataSetKeyProperty
Attributes
Implements

Constructors

ReferenceDataSetKeyProperty()

Creates an new ReferenceDataSetKeyProperty instance.

Properties

Name

The name of the key property.

Type

The type of the key property.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ReferenceDataSetKeyProperty.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ReferenceDataSetKeyProperty.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ReferenceDataSetKeyProperty into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to