Uses of Class
com.azure.resourcemanager.agrifood.models.FarmBeatsUpdateRequestModel
Packages that use FarmBeatsUpdateRequestModel
Package
Description
Package containing the service clients for AgriFoodManagementClient.
Package containing the data models for AgriFoodManagementClient.
-
Uses of FarmBeatsUpdateRequestModel in com.azure.resourcemanager.agrifood.fluent
Methods in com.azure.resourcemanager.agrifood.fluent with parameters of type FarmBeatsUpdateRequestModelModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<FarmBeatsInner>, FarmBeatsInner> FarmBeatsModelsClient.beginUpdate(String resourceGroupName, String farmBeatsResourceName, FarmBeatsUpdateRequestModel body) Update a FarmBeats resource.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<FarmBeatsInner>, FarmBeatsInner> FarmBeatsModelsClient.beginUpdate(String resourceGroupName, String farmBeatsResourceName, FarmBeatsUpdateRequestModel body, com.azure.core.util.Context context) Update a FarmBeats resource.FarmBeatsModelsClient.update(String resourceGroupName, String farmBeatsResourceName, FarmBeatsUpdateRequestModel body) Update a FarmBeats resource.FarmBeatsModelsClient.update(String resourceGroupName, String farmBeatsResourceName, FarmBeatsUpdateRequestModel body, com.azure.core.util.Context context) Update a FarmBeats resource. -
Uses of FarmBeatsUpdateRequestModel in com.azure.resourcemanager.agrifood.models
Methods in com.azure.resourcemanager.agrifood.models that return FarmBeatsUpdateRequestModelModifier and TypeMethodDescriptionstatic FarmBeatsUpdateRequestModelFarmBeatsUpdateRequestModel.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of FarmBeatsUpdateRequestModel from the JsonReader.FarmBeatsUpdateRequestModel.withIdentity(Identity identity) Set the identity property: Identity for the resource.FarmBeatsUpdateRequestModel.withLocation(String location) Set the location property: Geo-location where the resource lives.FarmBeatsUpdateRequestModel.withProperties(FarmBeatsUpdateProperties properties) Set the properties property: FarmBeats ARM Resource properties.Set the tags property: Resource tags.