Partager via


AzureBatchLinkedService Constructeur

Définition

Initialise une nouvelle instance d’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)

Paramètres

accountName
DataFactoryElement<String>

Nom du compte Azure Batch. Type : chaîne (ou Expression avec chaîne resultType).

batchUri
DataFactoryElement<String>

URI Azure Batch. Type : chaîne (ou Expression avec chaîne resultType).

poolName
DataFactoryElement<String>

Nom du pool Azure Batch. Type : chaîne (ou Expression avec chaîne resultType).

linkedServiceName
DataFactoryLinkedServiceReference

Référence du service lié Stockage Azure.

Exceptions

accountName, batchUri, poolName ou linkedServiceName a la valeur Null.

S’applique à