Interface Workflow.Update

All Superinterfaces:
Workflow.UpdateStages.WithTags
Enclosing interface:
Workflow

public static interface Workflow.Update extends Workflow.UpdateStages.WithTags
The template for Workflow update.
  • Method Summary

    Modifier and Type
    Method
    Description
    Executes the update request.
    apply(com.azure.core.util.Context context)
    Executes the update request.

    Methods inherited from interface com.azure.resourcemanager.devhub.models.Workflow.UpdateStages.WithTags

    withTags
  • Method Details

    • apply

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

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