Uses of Class
com.azure.resourcemanager.datafactory.models.WebhookActivityMethod
Package
Description
Package containing the inner data models for DataFactoryManagementClient.
Package containing the data models for DataFactoryManagementClient.
-
Uses of WebhookActivityMethod in com.azure.resourcemanager.datafactory.fluent.models
Modifier and TypeMethodDescriptionWebhookActivityTypeProperties.method()
Get the method property: Rest API method for target endpoint.Modifier and TypeMethodDescriptionWebhookActivityTypeProperties.withMethod
(WebhookActivityMethod method) Set the method property: Rest API method for target endpoint. -
Uses of WebhookActivityMethod in com.azure.resourcemanager.datafactory.models
Modifier and TypeFieldDescriptionstatic final WebhookActivityMethod
WebhookActivityMethod.POST
Static value POST for WebhookActivityMethod.Modifier and TypeMethodDescriptionstatic WebhookActivityMethod
WebhookActivityMethod.fromString
(String name) Creates or finds a WebhookActivityMethod from its string representation.WebhookActivity.method()
Get the method property: Rest API method for target endpoint.Modifier and TypeMethodDescriptionstatic Collection<WebhookActivityMethod>
WebhookActivityMethod.values()
Gets known WebhookActivityMethod values.Modifier and TypeMethodDescriptionWebhookActivity.withMethod
(WebhookActivityMethod method) Set the method property: Rest API method for target endpoint.