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
public static interface WebTest.DefinitionStages.WithCreate
extends WebTest.DefinitionStages.WithTags, WebTest.DefinitionStages.WithKind, WebTest.DefinitionStages.WithSyntheticMonitorId, WebTest.DefinitionStages.WithWebTestName, WebTest.DefinitionStages.WithDescription, WebTest.DefinitionStages.WithEnabled, WebTest.DefinitionStages.WithFrequency, WebTest.DefinitionStages.WithTimeout, WebTest.DefinitionStages.WithWebTestKind, WebTest.DefinitionStages.WithRetryEnabled, WebTest.DefinitionStages.WithLocations, WebTest.DefinitionStages.WithConfiguration
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 Summary
Methods inherited from interface com.azure.resourcemanager.applicationinsights.models.WebTest.DefinitionStages.WithConfiguration
withConfigurationMethods inherited from interface com.azure.resourcemanager.applicationinsights.models.WebTest.DefinitionStages.WithDescription
withDescriptionMethods inherited from interface com.azure.resourcemanager.applicationinsights.models.WebTest.DefinitionStages.WithEnabled
withEnabledMethods inherited from interface com.azure.resourcemanager.applicationinsights.models.WebTest.DefinitionStages.WithFrequency
withFrequencyMethods inherited from interface com.azure.resourcemanager.applicationinsights.models.WebTest.DefinitionStages.WithKind
withKindMethods inherited from interface com.azure.resourcemanager.applicationinsights.models.WebTest.DefinitionStages.WithLocations
withLocationsMethods inherited from interface com.azure.resourcemanager.applicationinsights.models.WebTest.DefinitionStages.WithRetryEnabled
withRetryEnabledMethods inherited from interface com.azure.resourcemanager.applicationinsights.models.WebTest.DefinitionStages.WithSyntheticMonitorId
withSyntheticMonitorIdMethods inherited from interface com.azure.resourcemanager.applicationinsights.models.WebTest.DefinitionStages.WithTags
withTagsMethods inherited from interface com.azure.resourcemanager.applicationinsights.models.WebTest.DefinitionStages.WithTimeout
withTimeoutMethods inherited from interface com.azure.resourcemanager.applicationinsights.models.WebTest.DefinitionStages.WithWebTestKind
withWebTestKindMethods inherited from interface com.azure.resourcemanager.applicationinsights.models.WebTest.DefinitionStages.WithWebTestName
withWebTestName
-
Method Details
-
create
WebTest create()Executes the create request.- Returns:
- the created resource.
-
create
Executes the create request.- Parameters:
context- The context to associate with this operation.- Returns:
- the created resource.
-