Sdílet prostřednictvím


ExportConfigurations class

Třída představující ExportConfigurations.

Konstruktory

ExportConfigurations(ApplicationInsightsManagementClientContext)

Vytvořte ExportConfigurations.

Metody

create(string, string, ApplicationInsightsComponentExportRequest, RequestOptionsBase)

Vytvořte konfiguraci průběžného exportu komponenty Application Insights.

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

Odstraňte konfiguraci průběžného exportu komponenty Application Insights.

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

Získejte konfiguraci průběžného exportu pro toto ID exportu.

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

Získá seznam konfigurace průběžného exportu komponenty Application Insights.

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

Aktualizujte konfiguraci průběžného exportu pro toto ID exportu.

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

Podrobnosti konstruktoru

ExportConfigurations(ApplicationInsightsManagementClientContext)

Vytvořte ExportConfigurations.

new ExportConfigurations(client: ApplicationInsightsManagementClientContext)

Parametry

client
ApplicationInsightsManagementClientContext

Odkaz na klienta služby

Podrobnosti metody

create(string, string, ApplicationInsightsComponentExportRequest, RequestOptionsBase)

Vytvořte konfiguraci průběžného exportu komponenty Application Insights.

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

Parametry

resourceGroupName

string

Název skupiny prostředků. V názvu se rozlišují malá a velká písmena.

resourceName

string

Název prostředku komponenty Application Insights.

exportProperties
ApplicationInsightsComponentExportRequest

Vlastnosti, které je potřeba zadat k vytvoření konfigurace průběžného exportu komponenty Application Insights.

options
RequestOptionsBase

Volitelné parametry

Návraty

Promise<Models.ExportConfigurationsCreateResponse>

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

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

Parametry

resourceGroupName

string

Název skupiny prostředků. V názvu se rozlišují malá a velká písmena.

resourceName

string

Název prostředku komponenty Application Insights.

exportProperties
ApplicationInsightsComponentExportRequest

Vlastnosti, které je potřeba zadat k vytvoření konfigurace průběžného exportu komponenty Application Insights.

options
RequestOptionsBase

Volitelné parametry

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

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

Parametry

resourceGroupName

string

Název skupiny prostředků. V názvu se rozlišují malá a velká písmena.

resourceName

string

Název prostředku komponenty Application Insights.

exportProperties
ApplicationInsightsComponentExportRequest

Vlastnosti, které je potřeba zadat k vytvoření konfigurace průběžného exportu komponenty Application Insights.

deleteMethod(string, string, string, RequestOptionsBase)

Odstraňte konfiguraci průběžného exportu komponenty Application Insights.

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

Parametry

resourceGroupName

string

Název skupiny prostředků. V názvu se rozlišují malá a velká písmena.

resourceName

string

Název prostředku komponenty Application Insights.

exportId

string

ID konfigurace průběžného exportu To je v rámci komponenty Application Insights jedinečné.

options
RequestOptionsBase

Volitelné parametry

Návraty

Promise<Models.ExportConfigurationsDeleteMethodResponse>

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

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

Parametry

resourceGroupName

string

Název skupiny prostředků. V názvu se rozlišují malá a velká písmena.

resourceName

string

Název prostředku komponenty Application Insights.

exportId

string

ID konfigurace průběžného exportu To je v rámci komponenty Application Insights jedinečné.

options
RequestOptionsBase

Volitelné parametry

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

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

Parametry

resourceGroupName

string

Název skupiny prostředků. V názvu se rozlišují malá a velká písmena.

resourceName

string

Název prostředku komponenty Application Insights.

exportId

string

ID konfigurace průběžného exportu To je v rámci komponenty Application Insights jedinečné.

get(string, string, string, RequestOptionsBase)

Získejte konfiguraci průběžného exportu pro toto ID exportu.

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

Parametry

resourceGroupName

string

Název skupiny prostředků. V názvu se rozlišují malá a velká písmena.

resourceName

string

Název prostředku komponenty Application Insights.

exportId

string

ID konfigurace průběžného exportu To je v rámci komponenty Application Insights jedinečné.

options
RequestOptionsBase

Volitelné parametry

Návraty

Promise<Models.ExportConfigurationsGetResponse>

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

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

Parametry

resourceGroupName

string

Název skupiny prostředků. V názvu se rozlišují malá a velká písmena.

resourceName

string

Název prostředku komponenty Application Insights.

exportId

string

ID konfigurace průběžného exportu To je v rámci komponenty Application Insights jedinečné.

options
RequestOptionsBase

Volitelné parametry

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

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

Parametry

resourceGroupName

string

Název skupiny prostředků. V názvu se rozlišují malá a velká písmena.

resourceName

string

Název prostředku komponenty Application Insights.

exportId

string

ID konfigurace průběžného exportu To je v rámci komponenty Application Insights jedinečné.

list(string, string, RequestOptionsBase)

Získá seznam konfigurace průběžného exportu komponenty Application Insights.

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

Parametry

resourceGroupName

string

Název skupiny prostředků. V názvu se rozlišují malá a velká písmena.

resourceName

string

Název prostředku komponenty Application Insights.

options
RequestOptionsBase

Volitelné parametry

Návraty

Promise<Models.ExportConfigurationsListResponse>

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

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

Parametry

resourceGroupName

string

Název skupiny prostředků. V názvu se rozlišují malá a velká písmena.

resourceName

string

Název prostředku komponenty Application Insights.

options
RequestOptionsBase

Volitelné parametry

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

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

Parametry

resourceGroupName

string

Název skupiny prostředků. V názvu se rozlišují malá a velká písmena.

resourceName

string

Název prostředku komponenty Application Insights.

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

Aktualizujte konfiguraci průběžného exportu pro toto ID exportu.

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

Parametry

resourceGroupName

string

Název skupiny prostředků. V názvu se rozlišují malá a velká písmena.

resourceName

string

Název prostředku komponenty Application Insights.

exportId

string

ID konfigurace průběžného exportu To je v rámci komponenty Application Insights jedinečné.

exportProperties
ApplicationInsightsComponentExportRequest

Vlastnosti, které je potřeba zadat pro aktualizaci konfigurace průběžného exportu.

options
RequestOptionsBase

Volitelné parametry

Návraty

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

Parametry

resourceGroupName

string

Název skupiny prostředků. V názvu se rozlišují malá a velká písmena.

resourceName

string

Název prostředku komponenty Application Insights.

exportId

string

ID konfigurace průběžného exportu To je v rámci komponenty Application Insights jedinečné.

exportProperties
ApplicationInsightsComponentExportRequest

Vlastnosti, které je potřeba zadat k aktualizaci konfigurace průběžného exportu.

options
RequestOptionsBase

Volitelné parametry

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

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

Parametry

resourceGroupName

string

Název skupiny prostředků. V názvu se rozlišují malá a velká písmena.

resourceName

string

Název prostředku komponenty Application Insights.

exportId

string

ID konfigurace průběžného exportu To je v rámci komponenty Application Insights jedinečné.

exportProperties
ApplicationInsightsComponentExportRequest

Vlastnosti, které je potřeba zadat k aktualizaci konfigurace průběžného exportu.