ApplicationInsightsIdentity Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.ApplicationInsightsIdentityTypeConverter))]
public class ApplicationInsightsIdentity : Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.ApplicationInsightsIdentityTypeConverter))>]
type ApplicationInsightsIdentity = class
    interface IApplicationInsightsIdentity
    interface IJsonSerializable
Public Class ApplicationInsightsIdentity
Implements IApplicationInsightsIdentity
Inheritance
ApplicationInsightsIdentity
Attributes
Implements

Constructors

ApplicationInsightsIdentity()

Creates an new ApplicationInsightsIdentity instance.

Properties

AnnotationId

The unique annotation ID. This is unique within a Application Insights component.

ComponentName

The name of the Application Insights component resource.

ExportId

The Continuous Export configuration ID. This is unique within a Application Insights component.

Id

Resource identity path

KeyId

The API Key ID. This is unique within a Application Insights component.

PurgeId

In a purge status request, this is the Id of the operation the status of which is returned.

ResourceGroupName

The name of the resource group. The name is case insensitive.

ResourceName

The name of the Application Insights component resource.

RevisionId

The id of the workbook's revision.

StorageType

The type of the Application Insights component data source for the linked storage account.

SubscriptionId

The ID of the target subscription.

WebTestName

The name of the Application Insights WebTest resource.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ApplicationInsightsIdentity.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ApplicationInsightsIdentity.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ApplicationInsightsIdentity into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to