AzureFunctionActivity |
AzureFunctionActivity.withBody(Object body) |
Set the body property: Represents the payload that will be sent to the endpoint.
|
AzureFunctionActivity |
AzureFunctionActivity.withDependsOn(List<ActivityDependency> dependsOn) |
Set the dependsOn property: Activity depends on condition.
|
AzureFunctionActivity |
AzureFunctionActivity.withDescription(String description) |
Set the description property: Activity description.
|
AzureFunctionActivity |
AzureFunctionActivity.withFunctionName(Object functionName) |
Set the functionName property: Name of the Function that the Azure Function Activity will call.
|
AzureFunctionActivity |
AzureFunctionActivity.withHeaders(Object headers) |
Set the headers property: Represents the headers that will be sent to the request.
|
AzureFunctionActivity |
AzureFunctionActivity.withLinkedServiceName(LinkedServiceReference linkedServiceName) |
Set the linkedServiceName property: Linked service reference.
|
AzureFunctionActivity |
AzureFunctionActivity.withMethod(AzureFunctionActivityMethod method) |
Set the method property: Rest API method for target endpoint.
|
AzureFunctionActivity |
AzureFunctionActivity.withName(String name) |
Set the name property: Activity name.
|
AzureFunctionActivity |
AzureFunctionActivity.withPolicy(ActivityPolicy policy) |
Set the policy property: Activity policy.
|
AzureFunctionActivity |
AzureFunctionActivity.withUserProperties(List<UserProperty> userProperties) |
Set the userProperties property: Activity user properties.
|