Interface Configuration.Update

All Superinterfaces:
Configuration.UpdateStages.WithSource, Configuration.UpdateStages.WithValue
Enclosing interface:
Configuration

public static interface Configuration.Update extends Configuration.UpdateStages.WithValue, Configuration.UpdateStages.WithSource
The template for Configuration update.
  • Method Details

    • apply

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

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