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