次の方法で共有


ProactiveDetectionConfigurations interface

ProactiveDetectionConfigurations を表すインターフェイス。

メソッド

get(string, string, string, ProactiveDetectionConfigurationsGetOptionalParams)

この構成 ID の ProactiveDetection 構成を取得します。

list(string, string, ProactiveDetectionConfigurationsListOptionalParams)

Application Insights コンポーネントの ProactiveDetection 構成の一覧を取得します。

update(string, string, string, ApplicationInsightsComponentProactiveDetectionConfiguration, ProactiveDetectionConfigurationsUpdateOptionalParams)

この構成 ID の ProactiveDetection 構成を更新します。

メソッドの詳細

get(string, string, string, ProactiveDetectionConfigurationsGetOptionalParams)

この構成 ID の ProactiveDetection 構成を取得します。

function get(resourceGroupName: string, resourceName: string, configurationId: string, options?: ProactiveDetectionConfigurationsGetOptionalParams): Promise<ApplicationInsightsComponentProactiveDetectionConfiguration>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前では大文字と小文字が区別されません。

resourceName

string

Application Insights コンポーネント リソースの名前。

configurationId

string

ProactiveDetection 構成 ID。 これは Application Insights コンポーネント内で一意です。

options
ProactiveDetectionConfigurationsGetOptionalParams

オプション パラメーター。

戻り値

list(string, string, ProactiveDetectionConfigurationsListOptionalParams)

Application Insights コンポーネントの ProactiveDetection 構成の一覧を取得します。

function list(resourceGroupName: string, resourceName: string, options?: ProactiveDetectionConfigurationsListOptionalParams): Promise<ProactiveDetectionConfigurationsListResponse>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前では大文字と小文字が区別されません。

resourceName

string

Application Insights コンポーネント リソースの名前。

options
ProactiveDetectionConfigurationsListOptionalParams

オプション パラメーター。

戻り値

update(string, string, string, ApplicationInsightsComponentProactiveDetectionConfiguration, ProactiveDetectionConfigurationsUpdateOptionalParams)

この構成 ID の ProactiveDetection 構成を更新します。

function update(resourceGroupName: string, resourceName: string, configurationId: string, proactiveDetectionProperties: ApplicationInsightsComponentProactiveDetectionConfiguration, options?: ProactiveDetectionConfigurationsUpdateOptionalParams): Promise<ApplicationInsightsComponentProactiveDetectionConfiguration>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前では大文字と小文字が区別されません。

resourceName

string

Application Insights コンポーネント リソースの名前。

configurationId

string

ProactiveDetection 構成 ID。 これは Application Insights コンポーネント内で一意です。

proactiveDetectionProperties
ApplicationInsightsComponentProactiveDetectionConfiguration

ProactiveDetection 構成を更新するために指定する必要があるプロパティ。

options
ProactiveDetectionConfigurationsUpdateOptionalParams

オプション パラメーター。

戻り値