Uses of Class
com.azure.resourcemanager.datafactory.models.WebActivity
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of WebActivity in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionWebActivity.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.WebActivity.withConnectVia
(IntegrationRuntimeReference connectVia) Set the connectVia property: The integration runtime reference.WebActivity.withDatasets
(List<DatasetReference> datasets) Set the datasets property: List of datasets passed to web endpoint.WebActivity.withDependsOn
(List<ActivityDependency> dependsOn) Set the dependsOn property: Activity depends on condition.WebActivity.withDescription
(String description) Set the description property: Activity description.WebActivity.withDisableCertValidation
(Boolean disableCertValidation) Set the disableCertValidation property: When set to true, Certificate validation will be disabled.WebActivity.withHeaders
(Object headers) Set the headers property: Represents the headers that will be sent to the request.WebActivity.withLinkedServiceName
(LinkedServiceReference linkedServiceName) Set the linkedServiceName property: Linked service reference.WebActivity.withLinkedServices
(List<LinkedServiceReference> linkedServices) Set the linkedServices property: List of linked services passed to web endpoint.WebActivity.withMethod
(WebActivityMethod method) Set the method property: Rest API method for target endpoint.Set the name property: Activity name.WebActivity.withPolicy
(ActivityPolicy policy) Set the policy property: Activity policy.Set the url property: Web activity target endpoint and path.WebActivity.withUserProperties
(List<UserProperty> userProperties) Set the userProperties property: Activity user properties.