Class AnalyticsItemState
Inherited Members
Namespace: Pulumi.Azure.AppInsights
Assembly: Pulumi.Azure.dll
Syntax
public sealed class AnalyticsItemState : ResourceArgs
Constructors
View SourceAnalyticsItemState()
Declaration
public AnalyticsItemState()
Properties
View SourceApplicationInsightsId
The ID of the Application Insights component on which the Analytics Item exists. Changing this forces a new resource to be created.
Declaration
public Input<string> ApplicationInsightsId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Content
The content for the Analytics Item, for example the query text if type is query.
Declaration
public Input<string> Content { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
FunctionAlias
The alias to use for the function. Required when type is function.
Declaration
public Input<string> FunctionAlias { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
Specifies the name of the Application Insights Analytics Item. Changing this forces a new resource to be created.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Scope
The scope for the Analytics Item. Can be shared or user. Changing this forces a new resource to be created. Must be shared for functions.
Declaration
public Input<string> Scope { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
TimeCreated
A string containing the time the Analytics Item was created.
Declaration
public Input<string> TimeCreated { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
TimeModified
A string containing the time the Analytics Item was last modified.
Declaration
public Input<string> TimeModified { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Type
The type of Analytics Item to create. Can be one of query, function, folder, recent. Changing this forces a new resource to be created.
Declaration
public Input<string> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Version
A string indicating the version of the query format
Declaration
public Input<string> Version { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |