Interface Module.Update

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

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

    withTags
  • Method Details

    • apply

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

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