Azure Batch Linked Service Response
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)
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: String? = null, linkedServiceName: LinkedServiceReferenceResponse, parameters: Map<String, ParameterSpecificationResponse>? = null, poolName: Any, type: String)