Uses of Interface
com.azure.resourcemanager.agrifood.models.Extension
Packages that use Extension
Package
Description
Package containing the data models for AgriFoodManagementClient.
-
Uses of Extension in com.azure.resourcemanager.agrifood.models
Methods in com.azure.resourcemanager.agrifood.models that return ExtensionModifier and TypeMethodDescriptionExtension.Update.apply()Executes the update request.Extension.Update.apply(com.azure.core.util.Context context) Executes the update request.Extension.DefinitionStages.WithCreate.create()Executes the create request.Extension.DefinitionStages.WithCreate.create(com.azure.core.util.Context context) Executes the create request.Get installed extension details by extension id.Get installed extension details by extension id.Extension.refresh()Refreshes the resource to sync with Azure.Extension.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 ExtensionModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<Extension> Extensions.getByIdWithResponse(String id, com.azure.core.util.Context context) Get installed extension details by extension id.com.azure.core.http.rest.Response<Extension> Extensions.getWithResponse(String resourceGroupName, String farmBeatsResourceName, String extensionId, com.azure.core.util.Context context) Get installed extension details by extension id.com.azure.core.http.rest.PagedIterable<Extension> Extensions.listByFarmBeats(String resourceGroupName, String farmBeatsResourceName) Get installed extensions details.com.azure.core.http.rest.PagedIterable<Extension> Extensions.listByFarmBeats(String resourceGroupName, String farmBeatsResourceName, List<String> extensionIds, List<String> extensionCategories, Integer maxPageSize, String skipToken, com.azure.core.util.Context context) Get installed extensions details.