Uses of Class
com.azure.resourcemanager.datafactory.models.AzureFunctionLinkedService
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of AzureFunctionLinkedService in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionAzureFunctionLinkedService.withAnnotations
(List<Object> annotations) Set the annotations property: List of tags that can be used for describing the linked service.AzureFunctionLinkedService.withAuthentication
(Object authentication) Set the authentication property: Type of authentication (Required to specify MSI) used to connect to AzureFunction.AzureFunctionLinkedService.withConnectVia
(IntegrationRuntimeReference connectVia) Set the connectVia property: The integration runtime reference.AzureFunctionLinkedService.withCredential
(CredentialReference credential) Set the credential property: The credential reference containing authentication information.AzureFunctionLinkedService.withDescription
(String description) Set the description property: Linked service description.AzureFunctionLinkedService.withEncryptedCredential
(Object encryptedCredential) Set the encryptedCredential property: The encrypted credential used for authentication.AzureFunctionLinkedService.withFunctionAppUrl
(Object functionAppUrl) Set the functionAppUrl property: The endpoint of the Azure Function App.AzureFunctionLinkedService.withFunctionKey
(SecretBase functionKey) Set the functionKey property: Function or Host key for Azure Function App.AzureFunctionLinkedService.withParameters
(Map<String, ParameterSpecification> parameters) Set the parameters property: Parameters for linked service.AzureFunctionLinkedService.withResourceId
(Object resourceId) Set the resourceId property: Allowed token audiences for azure function.