Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AnalyticsItems

Package version

Class representing a AnalyticsItems.

Hierarchy

  • AnalyticsItems

Index

Constructors

Methods

Constructors

constructor

Methods

deleteMethod

  • deleteMethod(resourceGroupName: string, resourceName: string, scopePath: Models.ItemScopePath, options?: Models.AnalyticsItemsDeleteMethodOptionalParams): Promise<msRest.RestResponse>
  • deleteMethod(resourceGroupName: string, resourceName: string, scopePath: Models.ItemScopePath, callback: msRest.ServiceCallback<void>): void
  • deleteMethod(resourceGroupName: string, resourceName: string, scopePath: Models.ItemScopePath, options: AnalyticsItemsDeleteMethodOptionalParams, callback: msRest.ServiceCallback<void>): void
  • Deletes a specific Analytics Items defined within an Application Insights component.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • resourceName: string

      The name of the Application Insights component resource.

    • scopePath: Models.ItemScopePath

      Enum indicating if this item definition is owned by a specific user or is shared between all users with access to the Application Insights component. Possible values include: 'analyticsItems', 'myanalyticsItems'

    • Optional options: Models.AnalyticsItemsDeleteMethodOptionalParams

    Returns Promise<msRest.RestResponse>

    Promise<msRest.RestResponse>

  • Parameters

    • resourceGroupName: string

      The name of the resource group.

    • resourceName: string

      The name of the Application Insights component resource.

    • scopePath: Models.ItemScopePath

      Enum indicating if this item definition is owned by a specific user or is shared between all users with access to the Application Insights component. Possible values include: 'analyticsItems', 'myanalyticsItems'

    • callback: msRest.ServiceCallback<void>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      The name of the resource group.

    • resourceName: string

      The name of the Application Insights component resource.

    • scopePath: Models.ItemScopePath

      Enum indicating if this item definition is owned by a specific user or is shared between all users with access to the Application Insights component. Possible values include: 'analyticsItems', 'myanalyticsItems'

    • options: AnalyticsItemsDeleteMethodOptionalParams

      The optional parameters

    • callback: msRest.ServiceCallback<void>

      The callback

    Returns void

get

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

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • resourceName: string

      The name of the Application Insights component resource.

    • scopePath: Models.ItemScopePath

      Enum indicating if this item definition is owned by a specific user or is shared between all users with access to the Application Insights component. Possible values include: 'analyticsItems', 'myanalyticsItems'

    • Optional options: Models.AnalyticsItemsGetOptionalParams

    Returns Promise<Models.AnalyticsItemsGetResponse>

    Promise<Models.AnalyticsItemsGetResponse>

  • Parameters

    • resourceGroupName: string

      The name of the resource group.

    • resourceName: string

      The name of the Application Insights component resource.

    • scopePath: Models.ItemScopePath

      Enum indicating if this item definition is owned by a specific user or is shared between all users with access to the Application Insights component. Possible values include: 'analyticsItems', 'myanalyticsItems'

    • callback: msRest.ServiceCallback<ApplicationInsightsComponentAnalyticsItem>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      The name of the resource group.

    • resourceName: string

      The name of the Application Insights component resource.

    • scopePath: Models.ItemScopePath

      Enum indicating if this item definition is owned by a specific user or is shared between all users with access to the Application Insights component. Possible values include: 'analyticsItems', 'myanalyticsItems'

    • options: AnalyticsItemsGetOptionalParams

      The optional parameters

    • callback: msRest.ServiceCallback<ApplicationInsightsComponentAnalyticsItem>

      The callback

    Returns void

list

  • list(resourceGroupName: string, resourceName: string, scopePath: Models.ItemScopePath, options?: Models.AnalyticsItemsListOptionalParams): Promise<Models.AnalyticsItemsListResponse>
  • list(resourceGroupName: string, resourceName: string, scopePath: Models.ItemScopePath, callback: msRest.ServiceCallback<ApplicationInsightsComponentAnalyticsItem[]>): void
  • list(resourceGroupName: string, resourceName: string, scopePath: Models.ItemScopePath, options: AnalyticsItemsListOptionalParams, callback: msRest.ServiceCallback<ApplicationInsightsComponentAnalyticsItem[]>): void
  • Gets a list of Analytics Items defined within an Application Insights component.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • resourceName: string

      The name of the Application Insights component resource.

    • scopePath: Models.ItemScopePath

      Enum indicating if this item definition is owned by a specific user or is shared between all users with access to the Application Insights component. Possible values include: 'analyticsItems', 'myanalyticsItems'

    • Optional options: Models.AnalyticsItemsListOptionalParams

    Returns Promise<Models.AnalyticsItemsListResponse>

    Promise<Models.AnalyticsItemsListResponse>

  • Parameters

    • resourceGroupName: string

      The name of the resource group.

    • resourceName: string

      The name of the Application Insights component resource.

    • scopePath: Models.ItemScopePath

      Enum indicating if this item definition is owned by a specific user or is shared between all users with access to the Application Insights component. Possible values include: 'analyticsItems', 'myanalyticsItems'

    • callback: msRest.ServiceCallback<ApplicationInsightsComponentAnalyticsItem[]>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      The name of the resource group.

    • resourceName: string

      The name of the Application Insights component resource.

    • scopePath: Models.ItemScopePath

      Enum indicating if this item definition is owned by a specific user or is shared between all users with access to the Application Insights component. Possible values include: 'analyticsItems', 'myanalyticsItems'

    • options: AnalyticsItemsListOptionalParams

      The optional parameters

    • callback: msRest.ServiceCallback<ApplicationInsightsComponentAnalyticsItem[]>

      The callback

    Returns void

put

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

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • resourceName: string

      The name of the Application Insights component resource.

    • scopePath: Models.ItemScopePath

      Enum indicating if this item definition is owned by a specific user or is shared between all users with access to the Application Insights component. Possible values include: 'analyticsItems', 'myanalyticsItems'

    • itemProperties: ApplicationInsightsComponentAnalyticsItem

      Properties that need to be specified to create a new item and add it to an Application Insights component.

    • Optional options: Models.AnalyticsItemsPutOptionalParams

    Returns Promise<Models.AnalyticsItemsPutResponse>

    Promise<Models.AnalyticsItemsPutResponse>

  • Parameters

    • resourceGroupName: string

      The name of the resource group.

    • resourceName: string

      The name of the Application Insights component resource.

    • scopePath: Models.ItemScopePath

      Enum indicating if this item definition is owned by a specific user or is shared between all users with access to the Application Insights component. Possible values include: 'analyticsItems', 'myanalyticsItems'

    • itemProperties: ApplicationInsightsComponentAnalyticsItem

      Properties that need to be specified to create a new item and add it to an Application Insights component.

    • callback: msRest.ServiceCallback<ApplicationInsightsComponentAnalyticsItem>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      The name of the resource group.

    • resourceName: string

      The name of the Application Insights component resource.

    • scopePath: Models.ItemScopePath

      Enum indicating if this item definition is owned by a specific user or is shared between all users with access to the Application Insights component. Possible values include: 'analyticsItems', 'myanalyticsItems'

    • itemProperties: ApplicationInsightsComponentAnalyticsItem

      Properties that need to be specified to create a new item and add it to an Application Insights component.

    • options: AnalyticsItemsPutOptionalParams

      The optional parameters

    • callback: msRest.ServiceCallback<ApplicationInsightsComponentAnalyticsItem>

      The callback

    Returns void

Generated using TypeDoc