次の方法で共有


AzureMLServiceLinkedService コンストラクター

定義

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

public AzureMLServiceLinkedService (Azure.Core.Expressions.DataFactory.DataFactoryElement<string> subscriptionId, Azure.Core.Expressions.DataFactory.DataFactoryElement<string> resourceGroupName, Azure.Core.Expressions.DataFactory.DataFactoryElement<string> mlWorkspaceName);
new Azure.ResourceManager.DataFactory.Models.AzureMLServiceLinkedService : Azure.Core.Expressions.DataFactory.DataFactoryElement<string> * Azure.Core.Expressions.DataFactory.DataFactoryElement<string> * Azure.Core.Expressions.DataFactory.DataFactoryElement<string> -> Azure.ResourceManager.DataFactory.Models.AzureMLServiceLinkedService
Public Sub New (subscriptionId As DataFactoryElement(Of String), resourceGroupName As DataFactoryElement(Of String), mlWorkspaceName As DataFactoryElement(Of String))

パラメーター

subscriptionId
DataFactoryElement<String>

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

resourceGroupName
DataFactoryElement<String>

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

mlWorkspaceName
DataFactoryElement<String>

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

例外

subscriptionIdresourceGroupName、または mlWorkspaceName が null です。

適用対象