Interface Solution.Update

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

public static interface Solution.Update extends Solution.UpdateStages.WithTags
The template for Solution 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.operationsmanagement.models.Solution.UpdateStages.WithTags

    withTags
  • Method Details

    • apply

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

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