Class AnalyticsItemArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.AppInsights
Assembly: Pulumi.Azure.dll
Syntax
public sealed class AnalyticsItemArgs : ResourceArgs
Constructors
View SourceAnalyticsItemArgs()
Declaration
public AnalyticsItemArgs()
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> |
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> |