Azure Data Lake Store Linked Service Args
data class AzureDataLakeStoreLinkedServiceArgs(val accountName: Output<Any>? = null, val annotations: Output<List<Any>>? = null, val azureCloudType: Output<Any>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val credential: Output<CredentialReferenceArgs>? = null, val dataLakeStoreUri: Output<Any>, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val resourceGroupName: Output<Any>? = null, val servicePrincipalId: Output<Any>? = null, val servicePrincipalKey: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val subscriptionId: Output<Any>? = null, val tenant: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<AzureDataLakeStoreLinkedServiceArgs>
Azure Data Lake Store linked service.
Constructors
Link copied to clipboard
fun AzureDataLakeStoreLinkedServiceArgs(accountName: Output<Any>? = null, annotations: Output<List<Any>>? = null, azureCloudType: Output<Any>? = null, connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, credential: Output<CredentialReferenceArgs>? = null, dataLakeStoreUri: Output<Any>, description: Output<String>? = null, encryptedCredential: Output<String>? = null, parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, resourceGroupName: Output<Any>? = null, servicePrincipalId: Output<Any>? = null, servicePrincipalKey: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, subscriptionId: Output<Any>? = null, tenant: Output<Any>? = null, type: Output<String>)
Functions
Properties
Link copied to clipboard
Link copied to clipboard