Uses of Class
com.azure.resourcemanager.datafactory.models.ZendeskLinkedService
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of ZendeskLinkedService in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionZendeskLinkedService.withAnnotations
(List<Object> annotations) Set the annotations property: List of tags that can be used for describing the linked service.ZendeskLinkedService.withApiToken
(SecretBase apiToken) Set the apiToken property: The api token for the Zendesk source.ZendeskLinkedService.withAuthenticationType
(ZendeskAuthenticationType authenticationType) Set the authenticationType property: The authentication type to use.ZendeskLinkedService.withConnectVia
(IntegrationRuntimeReference connectVia) Set the connectVia property: The integration runtime reference.ZendeskLinkedService.withDescription
(String description) Set the description property: Linked service description.ZendeskLinkedService.withEncryptedCredential
(Object encryptedCredential) Set the encryptedCredential property: The encrypted credential used for authentication.ZendeskLinkedService.withParameters
(Map<String, ParameterSpecification> parameters) Set the parameters property: Parameters for linked service.ZendeskLinkedService.withPassword
(SecretBase password) Set the password property: The password of the Zendesk source.Set the url property: The url to connect Zendesk source.ZendeskLinkedService.withUsername
(Object username) Set the username property: The username of the Zendesk source.