AzureBatchLinkedService Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET