Uses of Class
com.azure.resourcemanager.applicationinsights.models.WebTestPropertiesConfiguration
Packages that use WebTestPropertiesConfiguration
Package
Description
Package containing the inner data models for ApplicationInsightsManagementClient.
Package containing the data models for ApplicationInsightsManagementClient.
-
Uses of WebTestPropertiesConfiguration in com.azure.resourcemanager.applicationinsights.fluent.models
Methods in com.azure.resourcemanager.applicationinsights.fluent.models that return WebTestPropertiesConfigurationModifier and TypeMethodDescriptionWebTestInner.configuration()Get the configuration property: An XML configuration specification for a WebTest.WebTestProperties.configuration()Get the configuration property: An XML configuration specification for a WebTest.Methods in com.azure.resourcemanager.applicationinsights.fluent.models with parameters of type WebTestPropertiesConfigurationModifier and TypeMethodDescriptionWebTestInner.withConfiguration(WebTestPropertiesConfiguration configuration) Set the configuration property: An XML configuration specification for a WebTest.WebTestProperties.withConfiguration(WebTestPropertiesConfiguration configuration) Set the configuration property: An XML configuration specification for a WebTest. -
Uses of WebTestPropertiesConfiguration in com.azure.resourcemanager.applicationinsights.models
Methods in com.azure.resourcemanager.applicationinsights.models that return WebTestPropertiesConfigurationModifier and TypeMethodDescriptionWebTest.configuration()Gets the configuration property: An XML configuration specification for a WebTest.WebTestPropertiesConfiguration.withWebTest(String webTest) Set the webTest property: The XML specification of a WebTest to run against an application.Methods in com.azure.resourcemanager.applicationinsights.models with parameters of type WebTestPropertiesConfigurationModifier and TypeMethodDescriptionWebTest.DefinitionStages.WithConfiguration.withConfiguration(WebTestPropertiesConfiguration configuration) Specifies the configuration property: An XML configuration specification for a WebTest..