ResourceGroup.Update Interface
Definition
The template for a resource group update operation, containing all the settings that can be modified.
Call Update#apply() to apply the changes to the resource group in Azure.
public static interface ResourceGroup.Update extends Appliable<ResourceGroup>, Resource.UpdateWithTags<ResourceGroup.Update>
- Implements