共用方式為


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)

取得此匯出標識碼的連續匯出組態。

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)

更新此匯出標識碼的連續匯出組態。

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

需要指定的屬性,才能建立ApplicationInsights元件的連續匯出組態。

options
RequestOptionsBase

選擇性參數

傳回

Promise<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

需要指定的屬性,才能建立ApplicationInsights元件的連續匯出組態。

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

需要指定的屬性,才能建立ApplicationInsights元件的連續匯出組態。

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

連續匯出組態標識碼。 這在 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

連續匯出組態標識碼。 這在 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

連續匯出組態標識碼。 這在 Application Insights 元件內是唯一的。

get(string, string, string, RequestOptionsBase)

取得此匯出標識碼的連續匯出組態。

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

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

resourceName

string

Application Insights 元件資源的名稱。

exportId

string

連續匯出組態標識碼。 這在 Application Insights 元件內是唯一的。

options
RequestOptionsBase

選擇性參數

傳回

Promise<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

連續匯出組態標識碼。 這在 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

連續匯出組態標識碼。 這在 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<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)

更新此匯出標識碼的連續匯出組態。

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

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

resourceName

string

Application Insights 元件資源的名稱。

exportId

string

連續匯出組態標識碼。 這在 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

連續匯出組態標識碼。 這在 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

連續匯出組態標識碼。 這在 Application Insights 元件內是唯一的。

exportProperties
ApplicationInsightsComponentExportRequest

需要指定才能更新連續匯出組態的屬性。