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 (object accountName, object batchUri, object poolName, Azure.Analytics.Synapse.Artifacts.Models.LinkedServiceReference linkedServiceName);
new Azure.Analytics.Synapse.Artifacts.Models.AzureBatchLinkedService : obj * obj * obj * Azure.Analytics.Synapse.Artifacts.Models.LinkedServiceReference -> Azure.Analytics.Synapse.Artifacts.Models.AzureBatchLinkedService
Public Sub New (accountName As Object, batchUri As Object, poolName As Object, linkedServiceName As LinkedServiceReference)
Parameters
- accountName
- Object
The Azure Batch account name. Type: string (or Expression with resultType string).
- batchUri
- Object
The Azure Batch URI. Type: string (or Expression with resultType string).
- poolName
- Object
The Azure Batch pool name. Type: string (or Expression with resultType string).
- linkedServiceName
- LinkedServiceReference
The Azure Storage linked service reference.
Exceptions
accountName
, batchUri
, poolName
or linkedServiceName
is null.
Applies to
Azure SDK for .NET