你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ExportConfigurations class

表示 ExportConfigurations 的类。

构造函数

ExportConfigurations(ApplicationInsightsManagementClientContext)

创建 ExportConfigurations。

方法

create(string, string, ApplicationInsightsComponentExportRequest, RequestOptionsBase)

创建 Application Insights 组件的连续导出配置。

create(string, string, ApplicationInsightsComponentExportRequest, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentExportConfiguration[]>)
create(string, string, ApplicationInsightsComponentExportRequest, ServiceCallback<ApplicationInsightsComponentExportConfiguration[]>)
deleteMethod(string, string, string, RequestOptionsBase)

删除 Application Insights 组件的连续导出配置。

deleteMethod(string, string, string, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentExportConfiguration>)
deleteMethod(string, string, string, ServiceCallback<ApplicationInsightsComponentExportConfiguration>)
get(string, string, string, RequestOptionsBase)

获取此导出 ID 的连续导出配置。

get(string, string, string, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentExportConfiguration>)
get(string, string, string, ServiceCallback<ApplicationInsightsComponentExportConfiguration>)
list(string, string, RequestOptionsBase)

获取 Application Insights 组件的连续导出配置列表。

list(string, string, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentExportConfiguration[]>)
list(string, string, ServiceCallback<ApplicationInsightsComponentExportConfiguration[]>)
update(string, string, string, ApplicationInsightsComponentExportRequest, RequestOptionsBase)

更新此导出 ID 的连续导出配置。

update(string, string, string, ApplicationInsightsComponentExportRequest, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentExportConfiguration>)
update(string, string, string, ApplicationInsightsComponentExportRequest, ServiceCallback<ApplicationInsightsComponentExportConfiguration>)

构造函数详细信息

ExportConfigurations(ApplicationInsightsManagementClientContext)

创建 ExportConfigurations。

new ExportConfigurations(client: ApplicationInsightsManagementClientContext)

参数

client
ApplicationInsightsManagementClientContext

对服务客户端的引用。

方法详细信息

create(string, string, ApplicationInsightsComponentExportRequest, RequestOptionsBase)

创建 Application Insights 组件的连续导出配置。

function create(resourceGroupName: string, resourceName: string, exportProperties: ApplicationInsightsComponentExportRequest, options?: RequestOptionsBase): Promise<ExportConfigurationsCreateResponse>

参数

resourceGroupName

string

资源组的名称。 名称不区分大小写。

resourceName

string

Application Insights 组件资源的名称。

exportProperties
ApplicationInsightsComponentExportRequest

需要指定的属性来创建 Application Insights 组件的连续导出配置。

options
RequestOptionsBase

可选参数

返回

承诺<Models.ExportConfigurationsCreateResponse>

create(string, string, ApplicationInsightsComponentExportRequest, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentExportConfiguration[]>)

function create(resourceGroupName: string, resourceName: string, exportProperties: ApplicationInsightsComponentExportRequest, options: RequestOptionsBase, callback: ServiceCallback<ApplicationInsightsComponentExportConfiguration[]>)

参数

resourceGroupName

string

资源组的名称。 名称不区分大小写。

resourceName

string

Application Insights 组件资源的名称。

exportProperties
ApplicationInsightsComponentExportRequest

需要指定的属性来创建 Application Insights 组件的连续导出配置。

options
RequestOptionsBase

可选参数

create(string, string, ApplicationInsightsComponentExportRequest, ServiceCallback<ApplicationInsightsComponentExportConfiguration[]>)

function create(resourceGroupName: string, resourceName: string, exportProperties: ApplicationInsightsComponentExportRequest, callback: ServiceCallback<ApplicationInsightsComponentExportConfiguration[]>)

参数

resourceGroupName

string

资源组的名称。 名称不区分大小写。

resourceName

string

Application Insights 组件资源的名称。

exportProperties
ApplicationInsightsComponentExportRequest

需要指定的属性来创建 Application Insights 组件的连续导出配置。

deleteMethod(string, string, string, RequestOptionsBase)

删除 Application Insights 组件的连续导出配置。

function deleteMethod(resourceGroupName: string, resourceName: string, exportId: string, options?: RequestOptionsBase): Promise<ExportConfigurationsDeleteMethodResponse>

参数

resourceGroupName

string

资源组的名称。 名称不区分大小写。

resourceName

string

Application Insights 组件资源的名称。

exportId

string

连续导出配置 ID。 这在 Application Insights 组件中是唯一的。

options
RequestOptionsBase

可选参数

返回

Promise<Models.ExportConfigurationsDeleteMethodResponse>

deleteMethod(string, string, string, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentExportConfiguration>)

function deleteMethod(resourceGroupName: string, resourceName: string, exportId: string, options: RequestOptionsBase, callback: ServiceCallback<ApplicationInsightsComponentExportConfiguration>)

参数

resourceGroupName

string

资源组的名称。 名称不区分大小写。

resourceName

string

Application Insights 组件资源的名称。

exportId

string

连续导出配置 ID。 这在 Application Insights 组件中是唯一的。

options
RequestOptionsBase

可选参数

deleteMethod(string, string, string, ServiceCallback<ApplicationInsightsComponentExportConfiguration>)

function deleteMethod(resourceGroupName: string, resourceName: string, exportId: string, callback: ServiceCallback<ApplicationInsightsComponentExportConfiguration>)

参数

resourceGroupName

string

资源组的名称。 名称不区分大小写。

resourceName

string

Application Insights 组件资源的名称。

exportId

string

连续导出配置 ID。 这在 Application Insights 组件中是唯一的。

get(string, string, string, RequestOptionsBase)

获取此导出 ID 的连续导出配置。

function get(resourceGroupName: string, resourceName: string, exportId: string, options?: RequestOptionsBase): Promise<ExportConfigurationsGetResponse>

参数

resourceGroupName

string

资源组的名称。 名称不区分大小写。

resourceName

string

Application Insights 组件资源的名称。

exportId

string

连续导出配置 ID。 这在 Application Insights 组件中是唯一的。

options
RequestOptionsBase

可选参数

返回

承诺<Models.ExportConfigurationsGetResponse>

get(string, string, string, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentExportConfiguration>)

function get(resourceGroupName: string, resourceName: string, exportId: string, options: RequestOptionsBase, callback: ServiceCallback<ApplicationInsightsComponentExportConfiguration>)

参数

resourceGroupName

string

资源组的名称。 名称不区分大小写。

resourceName

string

Application Insights 组件资源的名称。

exportId

string

连续导出配置 ID。 这在 Application Insights 组件中是唯一的。

options
RequestOptionsBase

可选参数

get(string, string, string, ServiceCallback<ApplicationInsightsComponentExportConfiguration>)

function get(resourceGroupName: string, resourceName: string, exportId: string, callback: ServiceCallback<ApplicationInsightsComponentExportConfiguration>)

参数

resourceGroupName

string

资源组的名称。 名称不区分大小写。

resourceName

string

Application Insights 组件资源的名称。

exportId

string

连续导出配置 ID。 这在 Application Insights 组件中是唯一的。

list(string, string, RequestOptionsBase)

获取 Application Insights 组件的连续导出配置列表。

function list(resourceGroupName: string, resourceName: string, options?: RequestOptionsBase): Promise<ExportConfigurationsListResponse>

参数

resourceGroupName

string

资源组的名称。 名称不区分大小写。

resourceName

string

Application Insights 组件资源的名称。

options
RequestOptionsBase

可选参数

返回

承诺<Models.ExportConfigurationsListResponse>

list(string, string, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentExportConfiguration[]>)

function list(resourceGroupName: string, resourceName: string, options: RequestOptionsBase, callback: ServiceCallback<ApplicationInsightsComponentExportConfiguration[]>)

参数

resourceGroupName

string

资源组的名称。 名称不区分大小写。

resourceName

string

Application Insights 组件资源的名称。

options
RequestOptionsBase

可选参数

list(string, string, ServiceCallback<ApplicationInsightsComponentExportConfiguration[]>)

function list(resourceGroupName: string, resourceName: string, callback: ServiceCallback<ApplicationInsightsComponentExportConfiguration[]>)

参数

resourceGroupName

string

资源组的名称。 名称不区分大小写。

resourceName

string

Application Insights 组件资源的名称。

update(string, string, string, ApplicationInsightsComponentExportRequest, RequestOptionsBase)

更新此导出 ID 的连续导出配置。

function update(resourceGroupName: string, resourceName: string, exportId: string, exportProperties: ApplicationInsightsComponentExportRequest, options?: RequestOptionsBase): Promise<ExportConfigurationsUpdateResponse>

参数

resourceGroupName

string

资源组的名称。 名称不区分大小写。

resourceName

string

Application Insights 组件资源的名称。

exportId

string

连续导出配置 ID。 这在 Application Insights 组件中是唯一的。

exportProperties
ApplicationInsightsComponentExportRequest

需要指定的属性来更新连续导出配置。

options
RequestOptionsBase

可选参数

返回

Promise<Models.ExportConfigurationsUpdateResponse>

update(string, string, string, ApplicationInsightsComponentExportRequest, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentExportConfiguration>)

function update(resourceGroupName: string, resourceName: string, exportId: string, exportProperties: ApplicationInsightsComponentExportRequest, options: RequestOptionsBase, callback: ServiceCallback<ApplicationInsightsComponentExportConfiguration>)

参数

resourceGroupName

string

资源组的名称。 名称不区分大小写。

resourceName

string

Application Insights 组件资源的名称。

exportId

string

连续导出配置 ID。 这在 Application Insights 组件中是唯一的。

exportProperties
ApplicationInsightsComponentExportRequest

需要指定的属性来更新连续导出配置。

options
RequestOptionsBase

可选参数

update(string, string, string, ApplicationInsightsComponentExportRequest, ServiceCallback<ApplicationInsightsComponentExportConfiguration>)

function update(resourceGroupName: string, resourceName: string, exportId: string, exportProperties: ApplicationInsightsComponentExportRequest, callback: ServiceCallback<ApplicationInsightsComponentExportConfiguration>)

参数

resourceGroupName

string

资源组的名称。 名称不区分大小写。

resourceName

string

Application Insights 组件资源的名称。

exportId

string

连续导出配置 ID。 这在 Application Insights 组件中是唯一的。

exportProperties
ApplicationInsightsComponentExportRequest

需要指定的属性来更新连续导出配置。