Uses of Class
com.azure.resourcemanager.datafactory.models.WebhookActivity
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of WebhookActivity in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionWebhookActivity.withAuthentication
(WebActivityAuthentication authentication) Set the authentication property: Authentication method used for calling the endpoint.Set the body property: Represents the payload that will be sent to the endpoint.WebhookActivity.withDependsOn
(List<ActivityDependency> dependsOn) Set the dependsOn property: Activity depends on condition.WebhookActivity.withDescription
(String description) Set the description property: Activity description.WebhookActivity.withHeaders
(Object headers) Set the headers property: Represents the headers that will be sent to the request.WebhookActivity.withMethod
(WebhookActivityMethod method) Set the method property: Rest API method for target endpoint.Set the name property: Activity name.WebhookActivity.withReportStatusOnCallBack
(Object reportStatusOnCallBack) Set the reportStatusOnCallBack property: When set to true, statusCode, output and error in callback request body will be consumed by activity.WebhookActivity.withTimeout
(String timeout) Set the timeout property: The timeout within which the webhook should be called back.Set the url property: WebHook activity target endpoint and path.WebhookActivity.withUserProperties
(List<UserProperty> userProperties) Set the userProperties property: Activity user properties.