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