次の方法で共有


AzureMLServiceLinkedService(Object, Object, Object) コンストラクター

定義

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

public AzureMLServiceLinkedService (object subscriptionId, object resourceGroupName, object mlWorkspaceName);
new Azure.Analytics.Synapse.Artifacts.Models.AzureMLServiceLinkedService : obj * obj * obj -> Azure.Analytics.Synapse.Artifacts.Models.AzureMLServiceLinkedService
Public Sub New (subscriptionId As Object, resourceGroupName As Object, mlWorkspaceName As Object)

パラメーター

subscriptionId
Object

Azure ML Service ワークスペースのサブスクリプション ID。 型: string (または resultType 文字列を含む式)。

resourceGroupName
Object

Azure ML Service ワークスペースのリソース グループ名。 型: string (または resultType 文字列を含む式)。

mlWorkspaceName
Object

Azure ML Service ワークスペース名。 型: string (または resultType 文字列を含む式)。

例外

subscriptionIdresourceGroupName、または mlWorkspaceName が null です。

適用対象