Interface Service.Update

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

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

    withTags
  • Method Details

    • apply

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

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