TimeSeriesInsightsIdentity Class

Definition

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

Constructors

TimeSeriesInsightsIdentity()

Creates an new TimeSeriesInsightsIdentity instance.

Properties

AccessPolicyName

Name of the access policy.

EnvironmentName

Name of the environment

EventSourceName

The name of the Time Series Insights event source associated with the specified environment.

Id

Resource identity path

ReferenceDataSetName

Name of the reference data set.

ResourceGroupName

Name of an Azure Resource group.

SubscriptionId

Azure Subscription ID.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of TimeSeriesInsightsIdentity.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of TimeSeriesInsightsIdentity.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of TimeSeriesInsightsIdentity into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to