Interface Database.Update

All Superinterfaces:
Database.UpdateStages.WithCharset, Database.UpdateStages.WithCollation
Enclosing interface:
Database

public static interface Database.Update extends Database.UpdateStages.WithCharset, Database.UpdateStages.WithCollation
The template for Database update.
  • Method Details

    • apply

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

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