ArmMachineLearningComputeModelFactory.AppInsightsCredentials メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
AppInsightsCredentials の新しいインスタンスを初期化します。
public static Azure.ResourceManager.MachineLearningCompute.Models.AppInsightsCredentials AppInsightsCredentials (string appId = default, string instrumentationKey = default);
static member AppInsightsCredentials : string * string -> Azure.ResourceManager.MachineLearningCompute.Models.AppInsightsCredentials
Public Shared Function AppInsightsCredentials (Optional appId As String = Nothing, Optional instrumentationKey As String = Nothing) As AppInsightsCredentials
パラメーター
- appId
- String
AppInsights アプリケーション ID。
- instrumentationKey
- String
AppInsights インストルメンテーション キー。 これは、リソースに対する GET/PUT の応答では返されません。 これを確認するには、listKeys API を呼び出してください。
戻り値
モック作成用の新しい AppInsightsCredentials インスタンス。