Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ExportConfigurations

Package version

Class representing a ExportConfigurations.

Hierarchy

  • ExportConfigurations

Index

Constructors

Methods

Constructors

constructor

Methods

create

deleteMethod

  • deleteMethod(resourceGroupName: string, resourceName: string, exportId: string, options?: msRest.RequestOptionsBase): Promise<Models.ExportConfigurationsDeleteMethodResponse>
  • deleteMethod(resourceGroupName: string, resourceName: string, exportId: string, callback: msRest.ServiceCallback<ApplicationInsightsComponentExportConfiguration>): void
  • deleteMethod(resourceGroupName: string, resourceName: string, exportId: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<ApplicationInsightsComponentExportConfiguration>): void
  • Delete a Continuous Export configuration of an Application Insights component.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • resourceName: string

      The name of the Application Insights component resource.

    • exportId: string

      The Continuous Export configuration ID. This is unique within a Application Insights component.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.ExportConfigurationsDeleteMethodResponse>

    Promise<Models.ExportConfigurationsDeleteMethodResponse>

  • Parameters

    • resourceGroupName: string

      The name of the resource group.

    • resourceName: string

      The name of the Application Insights component resource.

    • exportId: string

      The Continuous Export configuration ID. This is unique within a Application Insights component.

    • callback: msRest.ServiceCallback<ApplicationInsightsComponentExportConfiguration>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      The name of the resource group.

    • resourceName: string

      The name of the Application Insights component resource.

    • exportId: string

      The Continuous Export configuration ID. This is unique within a Application Insights component.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<ApplicationInsightsComponentExportConfiguration>

      The callback

    Returns void

get

  • get(resourceGroupName: string, resourceName: string, exportId: string, options?: msRest.RequestOptionsBase): Promise<Models.ExportConfigurationsGetResponse>
  • get(resourceGroupName: string, resourceName: string, exportId: string, callback: msRest.ServiceCallback<ApplicationInsightsComponentExportConfiguration>): void
  • get(resourceGroupName: string, resourceName: string, exportId: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<ApplicationInsightsComponentExportConfiguration>): void
  • Get the Continuous Export configuration for this export id.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • resourceName: string

      The name of the Application Insights component resource.

    • exportId: string

      The Continuous Export configuration ID. This is unique within a Application Insights component.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.ExportConfigurationsGetResponse>

    Promise<Models.ExportConfigurationsGetResponse>

  • Parameters

    • resourceGroupName: string

      The name of the resource group.

    • resourceName: string

      The name of the Application Insights component resource.

    • exportId: string

      The Continuous Export configuration ID. This is unique within a Application Insights component.

    • callback: msRest.ServiceCallback<ApplicationInsightsComponentExportConfiguration>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      The name of the resource group.

    • resourceName: string

      The name of the Application Insights component resource.

    • exportId: string

      The Continuous Export configuration ID. This is unique within a Application Insights component.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<ApplicationInsightsComponentExportConfiguration>

      The callback

    Returns void

list

  • Gets a list of Continuous Export configuration of an Application Insights component.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • resourceName: string

      The name of the Application Insights component resource.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.ExportConfigurationsListResponse>

    Promise<Models.ExportConfigurationsListResponse>

  • Parameters

    Returns void

  • Parameters

    • resourceGroupName: string

      The name of the resource group.

    • resourceName: string

      The name of the Application Insights component resource.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<ApplicationInsightsComponentExportConfiguration[]>

      The callback

    Returns void

update

  • Update the Continuous Export configuration for this export id.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • resourceName: string

      The name of the Application Insights component resource.

    • exportId: string

      The Continuous Export configuration ID. This is unique within a Application Insights component.

    • exportProperties: ApplicationInsightsComponentExportRequest

      Properties that need to be specified to update the Continuous Export configuration.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.ExportConfigurationsUpdateResponse>

    Promise<Models.ExportConfigurationsUpdateResponse>

  • Parameters

    • resourceGroupName: string

      The name of the resource group.

    • resourceName: string

      The name of the Application Insights component resource.

    • exportId: string

      The Continuous Export configuration ID. This is unique within a Application Insights component.

    • exportProperties: ApplicationInsightsComponentExportRequest

      Properties that need to be specified to update the Continuous Export configuration.

    • callback: msRest.ServiceCallback<ApplicationInsightsComponentExportConfiguration>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      The name of the resource group.

    • resourceName: string

      The name of the Application Insights component resource.

    • exportId: string

      The Continuous Export configuration ID. This is unique within a Application Insights component.

    • exportProperties: ApplicationInsightsComponentExportRequest

      Properties that need to be specified to update the Continuous Export configuration.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<ApplicationInsightsComponentExportConfiguration>

      The callback

    Returns void

Generated using TypeDoc