Uses of Interface
com.azure.resourcemanager.agrifood.models.Solution
Packages that use Solution
Package
Description
Package containing the data models for AgriFoodManagementClient.
-
Uses of Solution in com.azure.resourcemanager.agrifood.models
Methods in com.azure.resourcemanager.agrifood.models that return SolutionModifier and TypeMethodDescriptionSolution.Update.apply()Executes the update request.Solution.Update.apply(com.azure.core.util.Context context) Executes the update request.Solution.DefinitionStages.WithCreate.create()Executes the create request.Solution.DefinitionStages.WithCreate.create(com.azure.core.util.Context context) Executes the create request.Get installed Solution details by Solution id.Get installed Solution details by Solution id.Solution.refresh()Refreshes the resource to sync with Azure.Solution.refresh(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Methods in com.azure.resourcemanager.agrifood.models that return types with arguments of type SolutionModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<Solution> Solutions.getByIdWithResponse(String id, com.azure.core.util.Context context) Get installed Solution details by Solution id.com.azure.core.http.rest.Response<Solution> Solutions.getWithResponse(String resourceGroupName, String farmBeatsResourceName, String solutionId, com.azure.core.util.Context context) Get installed Solution details by Solution id.com.azure.core.http.rest.PagedIterable<Solution> Get installed Solutions details.com.azure.core.http.rest.PagedIterable<Solution> Solutions.list(String resourceGroupName, String farmBeatsResourceName, List<String> solutionIds, List<String> ids, List<String> names, List<String> propertyFilters, List<String> statuses, OffsetDateTime minCreatedDateTime, OffsetDateTime maxCreatedDateTime, OffsetDateTime minLastModifiedDateTime, OffsetDateTime maxLastModifiedDateTime, Integer maxPageSize, String skipToken, com.azure.core.util.Context context) Get installed Solutions details.