Uses of Class
com.azure.resourcemanager.datafactory.models.WebLinkedService
-
Packages that use WebLinkedService Package Description com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of WebLinkedService in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return WebLinkedService Modifier and Type Method Description WebLinkedService
WebLinkedService. withAnnotations(List<Object> annotations)
Set the annotations property: List of tags that can be used for describing the linked service.WebLinkedService
WebLinkedService. withConnectVia(IntegrationRuntimeReference connectVia)
Set the connectVia property: The integration runtime reference.WebLinkedService
WebLinkedService. withDescription(String description)
Set the description property: Linked service description.WebLinkedService
WebLinkedService. withParameters(Map<String,ParameterSpecification> parameters)
Set the parameters property: Parameters for linked service.WebLinkedService
WebLinkedService. withTypeProperties(WebLinkedServiceTypeProperties typeProperties)
Set the typeProperties property: Web linked service properties.
-