次の方法で共有


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

省略可能なパラメーター

戻り値

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

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

連続エクスポート構成を更新するために指定する必要があるプロパティ。