次の方法で共有


MachineLearningWorkspaceConnectionData コンストラクター

定義

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

public MachineLearningWorkspaceConnectionData (Azure.ResourceManager.MachineLearning.Models.MachineLearningWorkspaceConnectionProperties properties);
new Azure.ResourceManager.MachineLearning.MachineLearningWorkspaceConnectionData : Azure.ResourceManager.MachineLearning.Models.MachineLearningWorkspaceConnectionProperties -> Azure.ResourceManager.MachineLearning.MachineLearningWorkspaceConnectionData
Public Sub New (properties As MachineLearningWorkspaceConnectionProperties)

パラメーター

properties
MachineLearningWorkspaceConnectionProperties

基底クラスであることに注意 MachineLearningWorkspaceConnectionProperties してください。 シナリオによると、基底クラスの派生クラスをここで割り当てる必要があるか、このプロパティを使用可能な派生クラスのいずれかにキャストする必要があります。 使用可能な派生クラスには、、、、、CustomKeysWorkspaceConnectionPropertiesMachineLearningPatAuthTypeWorkspaceConnectionMachineLearningNoneAuthTypeWorkspaceConnectionMachineLearningManagedIdentityAuthTypeWorkspaceConnectionMachineLearningSasAuthTypeWorkspaceConnectionServicePrincipalAuthTypeWorkspaceConnectionProperties、および がMachineLearningUsernamePasswordAuthTypeWorkspaceConnection含まれますAccessKeyAuthTypeWorkspaceConnectionPropertiesApiKeyAuthWorkspaceConnectionProperties

例外

properties が null です。

適用対象