Uses of Class
com.azure.analytics.synapse.artifacts.models.MarketoLinkedService
Package
Description
Package containing the data models for ArtifactsClient.
-
Uses of MarketoLinkedService in com.azure.analytics.synapse.artifacts.models
Modifier and TypeMethodDescriptionMarketoLinkedService.setAnnotations
(List<Object> annotations) Set the annotations property: List of tags that can be used for describing the linked service.MarketoLinkedService.setClientId
(Object clientId) Set the clientId property: The client Id of your Marketo service.MarketoLinkedService.setClientSecret
(SecretBase clientSecret) Set the clientSecret property: The client secret of your Marketo service.MarketoLinkedService.setConnectVia
(IntegrationRuntimeReference connectVia) Set the connectVia property: The integration runtime reference.MarketoLinkedService.setDescription
(String description) Set the description property: Linked service description.MarketoLinkedService.setEncryptedCredential
(Object encryptedCredential) Set the encryptedCredential property: The encrypted credential used for authentication.MarketoLinkedService.setEndpoint
(Object endpoint) Set the endpoint property: The endpoint of the Marketo server.MarketoLinkedService.setParameters
(Map<String, ParameterSpecification> parameters) Set the parameters property: Parameters for linked service.MarketoLinkedService.setUseEncryptedEndpoints
(Object useEncryptedEndpoints) Set the useEncryptedEndpoints property: Specifies whether the data source endpoints are encrypted using HTTPS.MarketoLinkedService.setUseHostVerification
(Object useHostVerification) Set the useHostVerification property: Specifies whether to require the host name in the server's certificate to match the host name of the server when connecting over SSL.MarketoLinkedService.setUsePeerVerification
(Object usePeerVerification) Set the usePeerVerification property: Specifies whether to verify the identity of the server when connecting over SSL.