Uses of Class
com.azure.resourcemanager.datafactory.models.AzureFunctionActivity
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of AzureFunctionActivity in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionSet the body property: Represents the payload that will be sent to the endpoint.AzureFunctionActivity.withDependsOn
(List<ActivityDependency> dependsOn) Set the dependsOn property: Activity depends on condition.AzureFunctionActivity.withDescription
(String description) Set the description property: Activity description.AzureFunctionActivity.withFunctionName
(Object functionName) Set the functionName property: Name of the Function that the Azure Function Activity will call.AzureFunctionActivity.withHeaders
(Object headers) Set the headers property: Represents the headers that will be sent to the request.AzureFunctionActivity.withLinkedServiceName
(LinkedServiceReference linkedServiceName) Set the linkedServiceName property: Linked service reference.AzureFunctionActivity.withMethod
(AzureFunctionActivityMethod method) Set the method property: Rest API method for target endpoint.Set the name property: Activity name.AzureFunctionActivity.withPolicy
(ActivityPolicy policy) Set the policy property: Activity policy.AzureFunctionActivity.withUserProperties
(List<UserProperty> userProperties) Set the userProperties property: Activity user properties.