Azure Sql Database Linked Service Response
data class AzureSqlDatabaseLinkedServiceResponse(val alwaysEncryptedSettings: SqlAlwaysEncryptedPropertiesResponse? = null, val annotations: List<Any>? = null, val azureCloudType: Any? = null, val connectVia: IntegrationRuntimeReferenceResponse? = null, val connectionString: Any, val credential: CredentialReferenceResponse? = null, val description: String? = null, val encryptedCredential: String? = null, val parameters: Map<String, ParameterSpecificationResponse>? = null, val password: AzureKeyVaultSecretReferenceResponse? = null, val servicePrincipalId: Any? = null, val servicePrincipalKey: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, val tenant: Any? = null, val type: String)
Microsoft Azure SQL Database linked service.
Constructors
Link copied to clipboard
fun AzureSqlDatabaseLinkedServiceResponse(alwaysEncryptedSettings: SqlAlwaysEncryptedPropertiesResponse? = null, annotations: List<Any>? = null, azureCloudType: Any? = null, connectVia: IntegrationRuntimeReferenceResponse? = null, connectionString: Any, credential: CredentialReferenceResponse? = null, description: String? = null, encryptedCredential: String? = null, parameters: Map<String, ParameterSpecificationResponse>? = null, password: AzureKeyVaultSecretReferenceResponse? = null, servicePrincipalId: Any? = null, servicePrincipalKey: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, tenant: Any? = null, type: String)