Interface Container.Update

All Superinterfaces:
Container.UpdateStages.WithDataFormat
Enclosing interface:
Container

public static interface Container.Update extends Container.UpdateStages.WithDataFormat
The template for Container update.
  • Method Details

    • apply

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

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