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: Any? = null, val linkedServiceName: LinkedServiceReferenceResponse, val parameters: Map<String, ParameterSpecificationResponse>? = null, val poolName: Any, val type: String)

Azure Batch linked service.

Constructors

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

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 (or Expression with resultType 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'.