Package version:

Interface AzureBatchLinkedService

Azure Batch linked service.

Hierarchy

Properties

accessKey?: SecretBaseUnion

The Azure Batch account access key.

accountName: any

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

annotations?: any[]

List of tags that can be used for describing the linked service.

batchUri: any

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

The integration runtime reference.

description?: string

Linked service description.

encryptedCredential?: any

The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).

linkedServiceName: LinkedServiceReference

The Azure Storage linked service reference.

parameters?: {
    [propertyName: string]: ParameterSpecification;
}

Parameters for linked service.

Type declaration

poolName: any

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

type: "AzureBatch"

Polymorphic discriminator, which specifies the different types this object can be

Generated using TypeDoc