Share via


AzureBatchLinkedService Constructor

Definition

Initializes a new instance of 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)

Parameters

accountName
DataFactoryElement<String>

The Azure Batch account name. Type: string (or Expression with resultType string).

batchUri
DataFactoryElement<String>

The Azure Batch URI. Type: string (or Expression with resultType string).

poolName
DataFactoryElement<String>

The Azure Batch pool name. Type: string (or Expression with resultType string).

linkedServiceName
DataFactoryLinkedServiceReference

The Azure Storage linked service reference.

Exceptions

accountName, batchUri, poolName or linkedServiceName is null.

Applies to