次の方法で共有


AzureBatchLinkedService コンストラクター

定義

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

public AzureBatchLinkedService (Azure.Core.Expressions.DataFactory.DataFactoryElement<string> accountName, Azure.Core.Expressions.DataFactory.DataFactoryElement<string> batchUri, Azure.Core.Expressions.DataFactory.DataFactoryElement<string> poolName, Azure.Core.Expressions.DataFactory.DataFactoryLinkedServiceReference linkedServiceName);
new Azure.ResourceManager.DataFactory.Models.AzureBatchLinkedService : Azure.Core.Expressions.DataFactory.DataFactoryElement<string> * Azure.Core.Expressions.DataFactory.DataFactoryElement<string> * Azure.Core.Expressions.DataFactory.DataFactoryElement<string> * Azure.Core.Expressions.DataFactory.DataFactoryLinkedServiceReference -> Azure.ResourceManager.DataFactory.Models.AzureBatchLinkedService
Public Sub New (accountName As DataFactoryElement(Of String), batchUri As DataFactoryElement(Of String), poolName As DataFactoryElement(Of String), linkedServiceName As DataFactoryLinkedServiceReference)

パラメーター

accountName
DataFactoryElement<String>

Azure Batch アカウント名。 型: string (または resultType 文字列を含む式)。

batchUri
DataFactoryElement<String>

Azure Batch URI。 型: string (または resultType 文字列を含む式)。

poolName
DataFactoryElement<String>

Azure Batch プール名。 型: string (または resultType 文字列を含む式)。

linkedServiceName
DataFactoryLinkedServiceReference

Azure Storage のリンクされたサービスの参照。

例外

accountNamebatchUripoolName、または linkedServiceName が null です。

適用対象