Interface Site.Update

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

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

    withTags
  • Method Details

    • apply

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

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