次の方法で共有


ApplicationInsightsApplicationIdProvider.ProfileQueryEndpoint プロパティ

定義

Application Insights リソースのプロファイル (アプリケーション ID など) の取得に使用するエンドポイントを取得または設定します。 既定値は "https://dc.services.visualstudio.com/api/profiles/{0}/appId". これが上書きされた場合は、文字列の置換に '' を{0}含める必要があります。

public string ProfileQueryEndpoint { get; set; }
member this.ProfileQueryEndpoint : string with get, set
Public Property ProfileQueryEndpoint As String

プロパティ値

適用対象