TimeSeriesInsightsIdentity Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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 |
Name of the event source. |
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. |