Interface Transform.Update

All Superinterfaces:
Transform.UpdateStages.WithDescription, Transform.UpdateStages.WithOutputs
Enclosing interface:
Transform

public static interface Transform.Update extends Transform.UpdateStages.WithDescription, Transform.UpdateStages.WithOutputs
The template for Transform update.
  • Method Details

    • apply

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

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