Uses of Class
com.azure.resourcemanager.datafactory.models.SparkLinkedService
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of SparkLinkedService in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionSparkLinkedService.withAllowHostnameCNMismatch
(Object allowHostnameCNMismatch) Set the allowHostnameCNMismatch property: Specifies whether to require a CA-issued SSL certificate name to match the host name of the server when connecting over SSL.SparkLinkedService.withAllowSelfSignedServerCert
(Object allowSelfSignedServerCert) Set the allowSelfSignedServerCert property: Specifies whether to allow self-signed certificates from the server.SparkLinkedService.withAnnotations
(List<Object> annotations) Set the annotations property: List of tags that can be used for describing the linked service.SparkLinkedService.withAuthenticationType
(SparkAuthenticationType authenticationType) Set the authenticationType property: The authentication method used to access the Spark server.SparkLinkedService.withConnectVia
(IntegrationRuntimeReference connectVia) Set the connectVia property: The integration runtime reference.SparkLinkedService.withDescription
(String description) Set the description property: Linked service description.SparkLinkedService.withEnableSsl
(Object enableSsl) Set the enableSsl property: Specifies whether the connections to the server are encrypted using SSL.SparkLinkedService.withEncryptedCredential
(Object encryptedCredential) Set the encryptedCredential property: The encrypted credential used for authentication.Set the host property: IP address or host name of the Spark server.SparkLinkedService.withHttpPath
(Object httpPath) Set the httpPath property: The partial URL corresponding to the Spark server.SparkLinkedService.withParameters
(Map<String, ParameterSpecification> parameters) Set the parameters property: Parameters for linked service.SparkLinkedService.withPassword
(SecretBase password) Set the password property: The password corresponding to the user name that you provided in the Username field.Set the port property: The TCP port that the Spark server uses to listen for client connections.SparkLinkedService.withServerType
(SparkServerType serverType) Set the serverType property: The type of Spark server.SparkLinkedService.withThriftTransportProtocol
(SparkThriftTransportProtocol thriftTransportProtocol) Set the thriftTransportProtocol property: The transport protocol to use in the Thrift layer.SparkLinkedService.withTrustedCertPath
(Object trustedCertPath) Set the trustedCertPath property: The full path of the .pem file containing trusted CA certificates for verifying the server when connecting over SSL.SparkLinkedService.withUsername
(Object username) Set the username property: The user name that you use to access Spark Server.SparkLinkedService.withUseSystemTrustStore
(Object useSystemTrustStore) Set the useSystemTrustStore property: Specifies whether to use a CA certificate from the system trust store or from a specified PEM file.