次の方法で共有


AppInsightsService クラス

定義

注意事項

This class is deprecated. See https://aka.ms/bot-file-basics for more information.

Application Insights サービスの構成プロパティを表します。

[System.Obsolete("This class is deprecated.  See https://aka.ms/bot-file-basics for more information.", false)]
public class AppInsightsService : Microsoft.Bot.Configuration.AzureService
[<System.Obsolete("This class is deprecated.  See https://aka.ms/bot-file-basics for more information.", false)>]
type AppInsightsService = class
    inherit AzureService
Public Class AppInsightsService
Inherits AzureService
継承
AppInsightsService
属性

コンストラクター

AppInsightsService()
古い.

AppInsightsService クラスの新しいインスタンスを初期化します。

プロパティ

ApiKeys
古い.

apiKeys を取得または設定します。

ApplicationId
古い.

appInsights へのプログラムアクセス用の applicationId を取得または設定します。

Id
古い.

サービスの一意の ID を取得または設定します。

(継承元 ConnectedService)
InstrumentationKey
古い.

インストルメンテーション キーを取得または設定します。

Name
古い.

サービスのユーザー フレンドリ名を取得または設定します。

(継承元 ConnectedService)
Properties
古い.

それ以外の方法で定義されていないプロパティを取得または設定します。

(継承元 ConnectedService)
ResourceGroup
古い.

リソース グループを取得または設定します。

(継承元 AzureService)
ServiceName
古い.

サービス名を取得または設定します。

(継承元 AzureService)
SubscriptionId
古い.

サブスクリプション ID を取得または設定します。

(継承元 AzureService)
TenantId
古い.

"contoso.onmicrosoft.com" など、サービスのテナント ID を取得または設定します。

(継承元 AzureService)
Type
古い.

サービスの種類を取得または設定します。

(継承元 ConnectedService)

メソッド

Decrypt(String)
古い.

このサービスのプロパティの暗号化を解除します。

Encrypt(String)
古い.

このサービスのプロパティを暗号化します。

適用対象