Uses of Class
com.azure.resourcemanager.datafactory.models.WebActivityMethod
-
Packages that use WebActivityMethod 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 WebActivityMethod in com.azure.resourcemanager.datafactory.fluent.models
Methods in com.azure.resourcemanager.datafactory.fluent.models that return WebActivityMethod Modifier and Type Method Description WebActivityMethod
WebActivityTypeProperties. method()
Get the method property: Rest API method for target endpoint.Methods in com.azure.resourcemanager.datafactory.fluent.models with parameters of type WebActivityMethod Modifier and Type Method Description WebActivityTypeProperties
WebActivityTypeProperties. withMethod(WebActivityMethod method)
Set the method property: Rest API method for target endpoint. -
Uses of WebActivityMethod in com.azure.resourcemanager.datafactory.models
Fields in com.azure.resourcemanager.datafactory.models declared as WebActivityMethod Modifier and Type Field Description static WebActivityMethod
WebActivityMethod. DELETE
Static value DELETE for WebActivityMethod.static WebActivityMethod
WebActivityMethod. GET
Static value GET for WebActivityMethod.static WebActivityMethod
WebActivityMethod. POST
Static value POST for WebActivityMethod.static WebActivityMethod
WebActivityMethod. PUT
Static value PUT for WebActivityMethod.Methods in com.azure.resourcemanager.datafactory.models that return WebActivityMethod Modifier and Type Method Description static WebActivityMethod
WebActivityMethod. fromString(String name)
Creates or finds a WebActivityMethod from its string representation.WebActivityMethod
WebActivity. 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 WebActivityMethod Modifier and Type Method Description static Collection<WebActivityMethod>
WebActivityMethod. values()
Gets known WebActivityMethod values.Methods in com.azure.resourcemanager.datafactory.models with parameters of type WebActivityMethod Modifier and Type Method Description WebActivity
WebActivity. withMethod(WebActivityMethod method)
Set the method property: Rest API method for target endpoint.
-