Interface WebTest.DefinitionStages.WithCreate

All Superinterfaces:
WebTest.DefinitionStages.WithConfiguration, WebTest.DefinitionStages.WithDescription, WebTest.DefinitionStages.WithEnabled, WebTest.DefinitionStages.WithFrequency, WebTest.DefinitionStages.WithKind, WebTest.DefinitionStages.WithLocations, WebTest.DefinitionStages.WithRetryEnabled, WebTest.DefinitionStages.WithSyntheticMonitorId, WebTest.DefinitionStages.WithTags, WebTest.DefinitionStages.WithTimeout, WebTest.DefinitionStages.WithWebTestKind, WebTest.DefinitionStages.WithWebTestName
All Known Subinterfaces:
WebTest.Definition
Enclosing interface:
WebTest.DefinitionStages

The stage of the WebTest definition which contains all the minimum required properties for the resource to be created, but also allows for any other optional properties to be specified.
  • Method Details

    • create

      WebTest create()
      Executes the create request.
      Returns:
      the created resource.
    • create

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