Interface WebTest.Update

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

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

    withTags
  • Method Details

    • apply

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

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