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