Interface Addon.Update

All Superinterfaces:
Addon.UpdateStages.WithProperties
Enclosing interface:
Addon

public static interface Addon.Update extends Addon.UpdateStages.WithProperties
The template for Addon update.
  • Method Summary

    Modifier and Type
    Method
    Description
    Executes the update request.
    apply(com.azure.core.util.Context context)
    Executes the update request.

    Methods inherited from interface com.azure.resourcemanager.avs.models.Addon.UpdateStages.WithProperties

    withProperties
  • Method Details

    • apply

      Addon apply()
      Executes the update request.
      Returns:
      the updated resource.
    • apply

      Addon apply(com.azure.core.util.Context context)
      Executes the update request.
      Parameters:
      context - The context to associate with this operation.
      Returns:
      the updated resource.