Interface DataContainer.Update

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

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

    • apply

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

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