次の方法で共有


MachineLearningBatchEndpointProperties コンストラクター

定義

MachineLearningBatchEndpointProperties の新しいインスタンスを初期化します。

public MachineLearningBatchEndpointProperties (Azure.ResourceManager.MachineLearning.Models.MachineLearningEndpointAuthMode authMode);
new Azure.ResourceManager.MachineLearning.Models.MachineLearningBatchEndpointProperties : Azure.ResourceManager.MachineLearning.Models.MachineLearningEndpointAuthMode -> Azure.ResourceManager.MachineLearning.Models.MachineLearningBatchEndpointProperties
Public Sub New (authMode As MachineLearningEndpointAuthMode)

パラメーター

authMode
MachineLearningEndpointAuthMode

[必須]キーベースの認証には 'Key' を使用し、Azure Machine Learning トークンベースの認証には 'AMLToken' を使用します。 'Key' は期限切れではありませんが、'AMLToken' は期限切れになります。

適用対象