Uses of Class
com.azure.resourcemanager.datafactory.models.MagentoLinkedService
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of MagentoLinkedService in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionMagentoLinkedService.withAccessToken
(SecretBase accessToken) Set the accessToken property: The access token from Magento.MagentoLinkedService.withAnnotations
(List<Object> annotations) Set the annotations property: List of tags that can be used for describing the linked service.MagentoLinkedService.withConnectVia
(IntegrationRuntimeReference connectVia) Set the connectVia property: The integration runtime reference.MagentoLinkedService.withDescription
(String description) Set the description property: Linked service description.MagentoLinkedService.withEncryptedCredential
(Object encryptedCredential) Set the encryptedCredential property: The encrypted credential used for authentication.Set the host property: The URL of the Magento instance.MagentoLinkedService.withParameters
(Map<String, ParameterSpecification> parameters) Set the parameters property: Parameters for linked service.MagentoLinkedService.withUseEncryptedEndpoints
(Object useEncryptedEndpoints) Set the useEncryptedEndpoints property: Specifies whether the data source endpoints are encrypted using HTTPS.MagentoLinkedService.withUseHostVerification
(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.MagentoLinkedService.withUsePeerVerification
(Object usePeerVerification) Set the usePeerVerification property: Specifies whether to verify the identity of the server when connecting over SSL.