Uses of Interface
com.azure.resourcemanager.applicationinsights.models.WebTest.DefinitionStages.WithCreate
Packages that use WebTest.DefinitionStages.WithCreate
Package
Description
Package containing the data models for ApplicationInsightsManagementClient.
-
Uses of WebTest.DefinitionStages.WithCreate in com.azure.resourcemanager.applicationinsights.models
Subinterfaces of WebTest.DefinitionStages.WithCreate in com.azure.resourcemanager.applicationinsights.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of the WebTest definition.Methods in com.azure.resourcemanager.applicationinsights.models that return WebTest.DefinitionStages.WithCreateModifier and TypeMethodDescriptionWebTest.DefinitionStages.WithConfiguration.withConfiguration(WebTestPropertiesConfiguration configuration) Specifies the configuration property: An XML configuration specification for a WebTest..WebTest.DefinitionStages.WithDescription.withDescription(String description) Specifies the description property: Purpose/user defined descriptive test for this WebTest..WebTest.DefinitionStages.WithEnabled.withEnabled(Boolean enabled) Specifies the enabled property: Is the test actively being monitored..WebTest.DefinitionStages.WithResourceGroup.withExistingResourceGroup(String resourceGroupName) Specifies resourceGroupName.WebTest.DefinitionStages.WithFrequency.withFrequency(Integer frequency) Specifies the frequency property: Interval in seconds between test runs for this WebTest.WebTest.DefinitionStages.WithKind.withKind(WebTestKind kind) Specifies the kind property: The kind of web test that this web test watches.WebTest.DefinitionStages.WithLocations.withLocations(List<WebTestGeolocation> locations) Specifies the locations property: A list of where to physically run the tests from to give global coverage for accessibility of your application..WebTest.DefinitionStages.WithRetryEnabled.withRetryEnabled(Boolean retryEnabled) Specifies the retryEnabled property: Allow for retries should this WebTest fail..WebTest.DefinitionStages.WithSyntheticMonitorId.withSyntheticMonitorId(String syntheticMonitorId) Specifies the syntheticMonitorId property: Unique ID of this WebTest.Specifies the tags property: Resource tags..WebTest.DefinitionStages.WithTimeout.withTimeout(Integer timeout) Specifies the timeout property: Seconds until this WebTest will timeout and fail.WebTest.DefinitionStages.WithWebTestKind.withWebTestKind(WebTestKind webTestKind) Specifies the webTestKind property: The kind of web test this is, valid choices are ping and multistep..WebTest.DefinitionStages.WithWebTestName.withWebTestName(String webTestName) Specifies the webTestName property: User defined name if this WebTest..