Azure File Storage Linked Service Response
data class AzureFileStorageLinkedServiceResponse(val accountKey: AzureKeyVaultSecretReferenceResponse? = null, val annotations: List<Any>? = null, val connectVia: IntegrationRuntimeReferenceResponse? = null, val connectionString: Any? = null, val description: String? = null, val encryptedCredential: String? = null, val fileShare: Any? = null, val host: Any? = null, val parameters: Map<String, ParameterSpecificationResponse>? = null, val password: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, val sasToken: AzureKeyVaultSecretReferenceResponse? = null, val sasUri: Any? = null, val snapshot: Any? = null, val type: String, val userId: Any? = null)
Azure File Storage linked service.
Constructors
Link copied to clipboard
fun AzureFileStorageLinkedServiceResponse(accountKey: AzureKeyVaultSecretReferenceResponse? = null, annotations: List<Any>? = null, connectVia: IntegrationRuntimeReferenceResponse? = null, connectionString: Any? = null, description: String? = null, encryptedCredential: String? = null, fileShare: Any? = null, host: Any? = null, parameters: Map<String, ParameterSpecificationResponse>? = null, password: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, sasToken: AzureKeyVaultSecretReferenceResponse? = null, sasUri: Any? = null, snapshot: Any? = null, type: String, userId: Any? = null)