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

TimeSeriesIdProperty Class

Definition

The structure of the property that a time series id can have. An environment can have multiple such properties.

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

Constructors

TimeSeriesIdProperty()

Creates an new TimeSeriesIdProperty instance.

Properties

Name

The name of the property.

Type

The type of the property.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of TimeSeriesIdProperty.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of TimeSeriesIdProperty.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of TimeSeriesIdProperty into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to