AzureSqlDatabaseLinkedServiceArgs

constructor(alwaysEncryptedSettings: Output<SqlAlwaysEncryptedPropertiesArgs>? = null, annotations: Output<List<Any>>? = null, applicationIntent: Output<Any>? = null, authenticationType: Output<Either<String, AzureSqlDatabaseAuthenticationType>>? = null, azureCloudType: Output<Any>? = null, commandTimeout: Output<Any>? = null, connectRetryCount: Output<Any>? = null, connectRetryInterval: Output<Any>? = null, connectTimeout: Output<Any>? = null, connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, connectionString: Output<Any>? = null, credential: Output<CredentialReferenceArgs>? = null, database: Output<Any>? = null, description: Output<String>? = null, encrypt: Output<Any>? = null, encryptedCredential: Output<String>? = null, failoverPartner: Output<Any>? = null, hostNameInCertificate: Output<Any>? = null, integratedSecurity: Output<Any>? = null, loadBalanceTimeout: Output<Any>? = null, maxPoolSize: Output<Any>? = null, minPoolSize: Output<Any>? = null, multiSubnetFailover: Output<Any>? = null, multipleActiveResultSets: Output<Any>? = null, packetSize: Output<Any>? = null, parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, password: Output<AzureKeyVaultSecretReferenceArgs>? = null, pooling: Output<Any>? = null, server: Output<Any>? = null, servicePrincipalCredential: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, servicePrincipalCredentialType: Output<Any>? = null, servicePrincipalId: Output<Any>? = null, servicePrincipalKey: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, tenant: Output<Any>? = null, trustServerCertificate: Output<Any>? = null, type: Output<String>, userName: Output<Any>? = null, version: Output<String>? = null)