IWebTestPropertiesConfiguration.WebTest Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The XML specification of a WebTest to run against an application.
[Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.Info(Description="The XML specification of a WebTest to run against an application.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="WebTest")]
public string WebTest { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.Info(Description="The XML specification of a WebTest to run against an application.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="WebTest")>]
member this.WebTest : string with get, set
Public Property WebTest As String
Property Value
- Attributes