Azure Blob Storage Linked Service Args
data class AzureBlobStorageLinkedServiceArgs(val accountKey: Output<AzureKeyVaultSecretReferenceArgs>? = null, val accountKind: Output<Any>? = null, val annotations: Output<List<Any>>? = null, val authenticationType: Output<Either<String, AzureStorageAuthenticationType>>? = null, val azureCloudType: Output<Any>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val connectionString: Output<Any>? = null, val containerUri: Output<Any>? = null, val credential: Output<CredentialReferenceArgs>? = null, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val sasToken: Output<AzureKeyVaultSecretReferenceArgs>? = null, val sasUri: Output<Any>? = null, val serviceEndpoint: Output<Any>? = null, val servicePrincipalId: Output<Any>? = null, val servicePrincipalKey: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val tenant: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<AzureBlobStorageLinkedServiceArgs>
The azure blob storage linked service.
Constructors
Link copied to clipboard
fun AzureBlobStorageLinkedServiceArgs(accountKey: Output<AzureKeyVaultSecretReferenceArgs>? = null, accountKind: Output<Any>? = null, annotations: Output<List<Any>>? = null, authenticationType: Output<Either<String, AzureStorageAuthenticationType>>? = null, azureCloudType: Output<Any>? = null, connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, connectionString: Output<Any>? = null, containerUri: Output<Any>? = null, credential: Output<CredentialReferenceArgs>? = null, description: Output<String>? = null, encryptedCredential: Output<String>? = null, parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, sasToken: Output<AzureKeyVaultSecretReferenceArgs>? = null, sasUri: Output<Any>? = null, serviceEndpoint: Output<Any>? = null, servicePrincipalId: Output<Any>? = null, servicePrincipalKey: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, tenant: Output<Any>? = null, type: Output<String>)
Functions
Properties
Link copied to clipboard
Link copied to clipboard