Uses of Class
com.azure.resourcemanager.datafactory.models.SquareLinkedService
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of SquareLinkedService in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionSquareLinkedService.withAnnotations
(List<Object> annotations) Set the annotations property: List of tags that can be used for describing the linked service.SquareLinkedService.withClientId
(Object clientId) Set the clientId property: The client ID associated with your Square application.SquareLinkedService.withClientSecret
(SecretBase clientSecret) Set the clientSecret property: The client secret associated with your Square application.SquareLinkedService.withConnectionProperties
(Object connectionProperties) Set the connectionProperties property: Properties used to connect to Square.SquareLinkedService.withConnectVia
(IntegrationRuntimeReference connectVia) Set the connectVia property: The integration runtime reference.SquareLinkedService.withDescription
(String description) Set the description property: Linked service description.SquareLinkedService.withEncryptedCredential
(Object encryptedCredential) Set the encryptedCredential property: The encrypted credential used for authentication.Set the host property: The URLĀ of the Square instance.SquareLinkedService.withParameters
(Map<String, ParameterSpecification> parameters) Set the parameters property: Parameters for linked service.SquareLinkedService.withRedirectUri
(Object redirectUri) Set the redirectUri property: The redirect URL assigned in the Square application dashboard.SquareLinkedService.withUseEncryptedEndpoints
(Object useEncryptedEndpoints) Set the useEncryptedEndpoints property: Specifies whether the data source endpoints are encrypted using HTTPS.SquareLinkedService.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.SquareLinkedService.withUsePeerVerification
(Object usePeerVerification) Set the usePeerVerification property: Specifies whether to verify the identity of the server when connecting over SSL.