Interface JobBase.Update

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

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

    • apply

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

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