次の方法で共有


ArmMachineLearningComputeModelFactory.AppInsightsCredentials メソッド

定義

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 インスタンス。

適用対象