Share via


AzureBatchLinkedService Constructor

Definition

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