ExportConfigurations class
表示 ExportConfigurations 的类。
构造函数
| Export |
创建 ExportConfigurations。 |
方法
构造函数详细信息
ExportConfigurations(ApplicationInsightsManagementClientContext)
创建 ExportConfigurations。
new ExportConfigurations(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
可选参数
返回
Promise<ExportConfigurationsCreateResponse>
承诺<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
可选参数
返回
Promise<ExportConfigurationsGetResponse>
承诺<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
可选参数
返回
Promise<ExportConfigurationsListResponse>
承诺<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<ExportConfigurationsUpdateResponse>
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
需要指定的属性来更新连续导出配置。