Interface ServiceRunner.Update

All Superinterfaces:
ServiceRunner.UpdateStages.WithIdentity, ServiceRunner.UpdateStages.WithTags
Enclosing interface:
ServiceRunner

public static interface ServiceRunner.Update extends ServiceRunner.UpdateStages.WithTags, ServiceRunner.UpdateStages.WithIdentity
The template for ServiceRunner update.
  • Method Details

    • apply

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

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