AzureBatchLinkedServiceResponse

data class AzureBatchLinkedServiceResponse(val accessKey: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, val accountName: Any, val annotations: List<Any>? = null, val batchUri: Any, val connectVia: IntegrationRuntimeReferenceResponse? = null, val credential: CredentialReferenceResponse? = null, val description: String? = null, val encryptedCredential: String? = null, val linkedServiceName: LinkedServiceReferenceResponse, val parameters: Map<String, ParameterSpecificationResponse>? = null, val poolName: Any, val type: String, val version: String? = null)

Azure Batch linked service.

Constructors

Link copied to clipboard
constructor(accessKey: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, accountName: Any, annotations: List<Any>? = null, batchUri: Any, connectVia: IntegrationRuntimeReferenceResponse? = null, credential: CredentialReferenceResponse? = null, description: String? = null, encryptedCredential: String? = null, linkedServiceName: LinkedServiceReferenceResponse, parameters: Map<String, ParameterSpecificationResponse>? = null, poolName: Any, type: String, version: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure Batch account access key.

Link copied to clipboard

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

Link copied to clipboard
val annotations: List<Any>? = null

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

Link copied to clipboard

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

Link copied to clipboard

The integration runtime reference.

Link copied to clipboard

The credential reference containing authentication information.

Link copied to clipboard
val description: String? = null

Linked service description.

Link copied to clipboard

The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.

Link copied to clipboard

The Azure Storage linked service reference.

Link copied to clipboard

Parameters for linked service.

Link copied to clipboard

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

Link copied to clipboard

Type of linked service. Expected value is 'AzureBatch'.

Link copied to clipboard
val version: String? = null

Version of the linked service.