AnalyticsItemsOperations interface

Interface representing a AnalyticsItems operations.

Properties

delete

Deletes a specific Analytics Items defined within an Application Insights component.

get

Gets a specific Analytics Items defined within an Application Insights component.

list

Gets a list of Analytics Items defined within an Application Insights component.

put

Adds or Updates a specific Analytics Item within an Application Insights component.

Property Details

delete

Deletes a specific Analytics Items defined within an Application Insights component.

delete: (resourceGroupName: string, resourceName: string, scopePath: string, options?: AnalyticsItemsDeleteOptionalParams) => Promise<void>

Property Value

(resourceGroupName: string, resourceName: string, scopePath: string, options?: AnalyticsItemsDeleteOptionalParams) => Promise<void>

get

Gets a specific Analytics Items defined within an Application Insights component.

get: (resourceGroupName: string, resourceName: string, scopePath: string, options?: AnalyticsItemsGetOptionalParams) => Promise<ApplicationInsightsComponentAnalyticsItem>

Property Value

(resourceGroupName: string, resourceName: string, scopePath: string, options?: AnalyticsItemsGetOptionalParams) => Promise<ApplicationInsightsComponentAnalyticsItem>

list

Gets a list of Analytics Items defined within an Application Insights component.

list: (resourceGroupName: string, resourceName: string, scopePath: string, options?: AnalyticsItemsListOptionalParams) => Promise<ApplicationInsightsComponentAnalyticsItem[]>

Property Value

(resourceGroupName: string, resourceName: string, scopePath: string, options?: AnalyticsItemsListOptionalParams) => Promise<ApplicationInsightsComponentAnalyticsItem[]>

put

Adds or Updates a specific Analytics Item within an Application Insights component.

put: (resourceGroupName: string, resourceName: string, scopePath: string, itemProperties: ApplicationInsightsComponentAnalyticsItem, options?: AnalyticsItemsPutOptionalParams) => Promise<ApplicationInsightsComponentAnalyticsItem>

Property Value

(resourceGroupName: string, resourceName: string, scopePath: string, itemProperties: ApplicationInsightsComponentAnalyticsItem, options?: AnalyticsItemsPutOptionalParams) => Promise<ApplicationInsightsComponentAnalyticsItem>