ExportConfigurations interface
Interface representing a ExportConfigurations.
Methods
create(string, string, Application |
Create a Continuous Export configuration of an Application Insights component. |
delete(string, string, string, Export |
Delete a Continuous Export configuration of an Application Insights component. |
get(string, string, string, Export |
Get the Continuous Export configuration for this export id. |
list(string, string, Export |
Gets a list of Continuous Export configuration of an Application Insights component. |
update(string, string, string, Application |
Update the Continuous Export configuration for this export id. |
Method Details
create(string, string, ApplicationInsightsComponentExportRequest, ExportConfigurationsCreateOptionalParams)
Create a Continuous Export configuration of an Application Insights component.
function create(resourceGroupName: string, resourceName: string, exportProperties: ApplicationInsightsComponentExportRequest, options?: ExportConfigurationsCreateOptionalParams): Promise<ExportConfigurationsCreateResponse>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- resourceName
-
string
The name of the Application Insights component resource.
- exportProperties
- ApplicationInsightsComponentExportRequest
Properties that need to be specified to create a Continuous Export configuration of a Application Insights component.
The options parameters.
Returns
Promise<ExportConfigurationsCreateResponse>
delete(string, string, string, ExportConfigurationsDeleteOptionalParams)
Delete a Continuous Export configuration of an Application Insights component.
function delete(resourceGroupName: string, resourceName: string, exportId: string, options?: ExportConfigurationsDeleteOptionalParams): Promise<ApplicationInsightsComponentExportConfiguration>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- 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.
The options parameters.
Returns
get(string, string, string, ExportConfigurationsGetOptionalParams)
Get the Continuous Export configuration for this export id.
function get(resourceGroupName: string, resourceName: string, exportId: string, options?: ExportConfigurationsGetOptionalParams): Promise<ApplicationInsightsComponentExportConfiguration>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- 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.
The options parameters.
Returns
list(string, string, ExportConfigurationsListOptionalParams)
Gets a list of Continuous Export configuration of an Application Insights component.
function list(resourceGroupName: string, resourceName: string, options?: ExportConfigurationsListOptionalParams): Promise<ExportConfigurationsListResponse>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- resourceName
-
string
The name of the Application Insights component resource.
The options parameters.
Returns
Promise<ExportConfigurationsListResponse>
update(string, string, string, ApplicationInsightsComponentExportRequest, ExportConfigurationsUpdateOptionalParams)
Update the Continuous Export configuration for this export id.
function update(resourceGroupName: string, resourceName: string, exportId: string, exportProperties: ApplicationInsightsComponentExportRequest, options?: ExportConfigurationsUpdateOptionalParams): Promise<ApplicationInsightsComponentExportConfiguration>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- 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.
The options parameters.
Returns
Azure SDK for JavaScript