Uses of Class
com.azure.resourcemanager.datafactory.models.WebhookActivityMethod
-
Packages that use WebhookActivityMethod Package Description com.azure.resourcemanager.datafactory.fluent.models Package containing the inner data models for DataFactoryManagementClient.com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of WebhookActivityMethod in com.azure.resourcemanager.datafactory.fluent.models
Methods in com.azure.resourcemanager.datafactory.fluent.models that return WebhookActivityMethod Modifier and Type Method Description WebhookActivityMethod
WebhookActivityTypeProperties. method()
Get the method property: Rest API method for target endpoint.Methods in com.azure.resourcemanager.datafactory.fluent.models with parameters of type WebhookActivityMethod Modifier and Type Method Description WebhookActivityTypeProperties
WebhookActivityTypeProperties. withMethod(WebhookActivityMethod method)
Set the method property: Rest API method for target endpoint. -
Uses of WebhookActivityMethod in com.azure.resourcemanager.datafactory.models
Fields in com.azure.resourcemanager.datafactory.models declared as WebhookActivityMethod Modifier and Type Field Description static WebhookActivityMethod
WebhookActivityMethod. POST
Static value POST for WebhookActivityMethod.Methods in com.azure.resourcemanager.datafactory.models that return WebhookActivityMethod Modifier and Type Method Description static WebhookActivityMethod
WebhookActivityMethod. fromString(String name)
Creates or finds a WebhookActivityMethod from its string representation.WebhookActivityMethod
WebhookActivity. method()
Get the method property: Rest API method for target endpoint.Methods in com.azure.resourcemanager.datafactory.models that return types with arguments of type WebhookActivityMethod Modifier and Type Method Description static Collection<WebhookActivityMethod>
WebhookActivityMethod. values()
Gets known WebhookActivityMethod values.Methods in com.azure.resourcemanager.datafactory.models with parameters of type WebhookActivityMethod Modifier and Type Method Description WebhookActivity
WebhookActivity. withMethod(WebhookActivityMethod method)
Set the method property: Rest API method for target endpoint.
-