Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
IApplicationInsightsIdentity Interface
Definition
- Assembly:
- Az.ApplicationInsights.private.dll
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.ApplicationInsights.Models.ApplicationInsightsIdentityTypeConverter))]
public interface IApplicationInsightsIdentity : Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.ApplicationInsightsIdentityTypeConverter))>]
type IApplicationInsightsIdentity = interface
interface IJsonSerializable
Public Interface IApplicationInsightsIdentity
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |
