Interface JavaComponent.Update

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

public static interface JavaComponent.Update extends JavaComponent.UpdateStages.WithProperties
The template for JavaComponent update.
  • Method Details

    • apply

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

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