Interface SimPolicy.Update

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

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

    withTags
  • Method Details

    • apply

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

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