Uses of Class
com.azure.resourcemanager.datafactory.models.AsanaLinkedService
-
Packages that use AsanaLinkedService Package Description com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of AsanaLinkedService in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return AsanaLinkedService Modifier and Type Method Description AsanaLinkedService
AsanaLinkedService. withAnnotations(List<Object> annotations)
Set the annotations property: List of tags that can be used for describing the linked service.AsanaLinkedService
AsanaLinkedService. withApiToken(SecretBase apiToken)
Set the apiToken property: The api token for the Asana source.AsanaLinkedService
AsanaLinkedService. withConnectVia(IntegrationRuntimeReference connectVia)
Set the connectVia property: The integration runtime reference.AsanaLinkedService
AsanaLinkedService. withDescription(String description)
Set the description property: Linked service description.AsanaLinkedService
AsanaLinkedService. withEncryptedCredential(Object encryptedCredential)
Set the encryptedCredential property: The encrypted credential used for authentication.AsanaLinkedService
AsanaLinkedService. withParameters(Map<String,ParameterSpecification> parameters)
Set the parameters property: Parameters for linked service.
-