Class SparkLinkedService
java.lang.Object
com.azure.resourcemanager.datafactory.models.LinkedService
com.azure.resourcemanager.datafactory.models.SparkLinkedService
Spark Server linked service.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet 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.Get the allowSelfSignedServerCert property: Specifies whether to allow self-signed certificates from the server.Get the authenticationType property: The authentication method used to access the Spark server.Get the enableSsl property: Specifies whether the connections to the server are encrypted using SSL.Get the encryptedCredential property: The encrypted credential used for authentication.host()
Get the host property: IP address or host name of the Spark server.httpPath()
Get the httpPath property: The partial URL corresponding to the Spark server.password()
Get the password property: The password corresponding to the user name that you provided in the Username field.port()
Get the port property: The TCP port that the Spark server uses to listen for client connections.Get the serverType property: The type of Spark server.Get the thriftTransportProtocol property: The transport protocol to use in the Thrift layer.Get the trustedCertPath property: The full path of the .pem file containing trusted CA certificates for verifying the server when connecting over SSL.username()
Get the username property: The user name that you use to access Spark Server.Get the useSystemTrustStore property: Specifies whether to use a CA certificate from the system trust store or from a specified PEM file.void
validate()
Validates the instance.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.withAllowSelfSignedServerCert
(Object allowSelfSignedServerCert) Set the allowSelfSignedServerCert property: Specifies whether to allow self-signed certificates from the server.withAnnotations
(List<Object> annotations) Set the annotations property: List of tags that can be used for describing the linked service.withAuthenticationType
(SparkAuthenticationType authenticationType) Set the authenticationType property: The authentication method used to access the Spark server.withConnectVia
(IntegrationRuntimeReference connectVia) Set the connectVia property: The integration runtime reference.withDescription
(String description) Set the description property: Linked service description.withEnableSsl
(Object enableSsl) Set the enableSsl property: Specifies whether the connections to the server are encrypted using SSL.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.withHttpPath
(Object httpPath) Set the httpPath property: The partial URL corresponding to the Spark server.withParameters
(Map<String, ParameterSpecification> parameters) Set the parameters property: Parameters for linked service.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.withServerType
(SparkServerType serverType) Set the serverType property: The type of Spark server.withThriftTransportProtocol
(SparkThriftTransportProtocol thriftTransportProtocol) Set the thriftTransportProtocol property: The transport protocol to use in the Thrift layer.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.withUsername
(Object username) Set the username property: The user name that you use to access Spark Server.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.Methods inherited from class com.azure.resourcemanager.datafactory.models.LinkedService
additionalProperties, annotations, connectVia, description, parameters, withAdditionalProperties
-
Constructor Details
-
SparkLinkedService
public SparkLinkedService()Creates an instance of SparkLinkedService class.
-
-
Method Details
-
withConnectVia
Set the connectVia property: The integration runtime reference.- Overrides:
withConnectVia
in classLinkedService
- Parameters:
connectVia
- the connectVia value to set.- Returns:
- the LinkedService object itself.
-
withDescription
Set the description property: Linked service description.- Overrides:
withDescription
in classLinkedService
- Parameters:
description
- the description value to set.- Returns:
- the LinkedService object itself.
-
withParameters
Set the parameters property: Parameters for linked service.- Overrides:
withParameters
in classLinkedService
- Parameters:
parameters
- the parameters value to set.- Returns:
- the LinkedService object itself.
-
withAnnotations
Set the annotations property: List of tags that can be used for describing the linked service.- Overrides:
withAnnotations
in classLinkedService
- Parameters:
annotations
- the annotations value to set.- Returns:
- the LinkedService object itself.
-
host
Get the host property: IP address or host name of the Spark server.- Returns:
- the host value.
-
withHost
Set the host property: IP address or host name of the Spark server.- Parameters:
host
- the host value to set.- Returns:
- the SparkLinkedService object itself.
-
port
Get the port property: The TCP port that the Spark server uses to listen for client connections.- Returns:
- the port value.
-
withPort
Set the port property: The TCP port that the Spark server uses to listen for client connections.- Parameters:
port
- the port value to set.- Returns:
- the SparkLinkedService object itself.
-
serverType
Get the serverType property: The type of Spark server.- Returns:
- the serverType value.
-
withServerType
Set the serverType property: The type of Spark server.- Parameters:
serverType
- the serverType value to set.- Returns:
- the SparkLinkedService object itself.
-
thriftTransportProtocol
Get the thriftTransportProtocol property: The transport protocol to use in the Thrift layer.- Returns:
- the thriftTransportProtocol value.
-
withThriftTransportProtocol
public SparkLinkedService withThriftTransportProtocol(SparkThriftTransportProtocol thriftTransportProtocol) Set the thriftTransportProtocol property: The transport protocol to use in the Thrift layer.- Parameters:
thriftTransportProtocol
- the thriftTransportProtocol value to set.- Returns:
- the SparkLinkedService object itself.
-
authenticationType
Get the authenticationType property: The authentication method used to access the Spark server.- Returns:
- the authenticationType value.
-
withAuthenticationType
Set the authenticationType property: The authentication method used to access the Spark server.- Parameters:
authenticationType
- the authenticationType value to set.- Returns:
- the SparkLinkedService object itself.
-
username
Get the username property: The user name that you use to access Spark Server.- Returns:
- the username value.
-
withUsername
Set the username property: The user name that you use to access Spark Server.- Parameters:
username
- the username value to set.- Returns:
- the SparkLinkedService object itself.
-
password
Get the password property: The password corresponding to the user name that you provided in the Username field.- Returns:
- the password value.
-
withPassword
Set the password property: The password corresponding to the user name that you provided in the Username field.- Parameters:
password
- the password value to set.- Returns:
- the SparkLinkedService object itself.
-
httpPath
Get the httpPath property: The partial URL corresponding to the Spark server.- Returns:
- the httpPath value.
-
withHttpPath
Set the httpPath property: The partial URL corresponding to the Spark server.- Parameters:
httpPath
- the httpPath value to set.- Returns:
- the SparkLinkedService object itself.
-
enableSsl
Get the enableSsl property: Specifies whether the connections to the server are encrypted using SSL. The default value is false.- Returns:
- the enableSsl value.
-
withEnableSsl
Set the enableSsl property: Specifies whether the connections to the server are encrypted using SSL. The default value is false.- Parameters:
enableSsl
- the enableSsl value to set.- Returns:
- the SparkLinkedService object itself.
-
trustedCertPath
Get the trustedCertPath property: The full path of the .pem file containing trusted CA certificates for verifying the server when connecting over SSL. This property can only be set when using SSL on self-hosted IR. The default value is the cacerts.pem file installed with the IR.- Returns:
- the trustedCertPath value.
-
withTrustedCertPath
Set the trustedCertPath property: The full path of the .pem file containing trusted CA certificates for verifying the server when connecting over SSL. This property can only be set when using SSL on self-hosted IR. The default value is the cacerts.pem file installed with the IR.- Parameters:
trustedCertPath
- the trustedCertPath value to set.- Returns:
- the SparkLinkedService object itself.
-
useSystemTrustStore
Get the useSystemTrustStore property: Specifies whether to use a CA certificate from the system trust store or from a specified PEM file. The default value is false.- Returns:
- the useSystemTrustStore value.
-
withUseSystemTrustStore
Set the useSystemTrustStore property: Specifies whether to use a CA certificate from the system trust store or from a specified PEM file. The default value is false.- Parameters:
useSystemTrustStore
- the useSystemTrustStore value to set.- Returns:
- the SparkLinkedService object itself.
-
allowHostnameCNMismatch
Get 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. The default value is false.- Returns:
- the allowHostnameCNMismatch value.
-
withAllowHostnameCNMismatch
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. The default value is false.- Parameters:
allowHostnameCNMismatch
- the allowHostnameCNMismatch value to set.- Returns:
- the SparkLinkedService object itself.
-
allowSelfSignedServerCert
Get the allowSelfSignedServerCert property: Specifies whether to allow self-signed certificates from the server. The default value is false.- Returns:
- the allowSelfSignedServerCert value.
-
withAllowSelfSignedServerCert
Set the allowSelfSignedServerCert property: Specifies whether to allow self-signed certificates from the server. The default value is false.- Parameters:
allowSelfSignedServerCert
- the allowSelfSignedServerCert value to set.- Returns:
- the SparkLinkedService object itself.
-
encryptedCredential
Get the encryptedCredential property: The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).- Returns:
- the encryptedCredential value.
-
withEncryptedCredential
Set the encryptedCredential property: The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).- Parameters:
encryptedCredential
- the encryptedCredential value to set.- Returns:
- the SparkLinkedService object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validate
in classLinkedService
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-