IWebTest.WebTestKind Property

Definition

The kind of web test this is, valid choices are ping, multistep, and standard.

[Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.Info(Description="The kind of web test this is, valid choices are ping, multistep, and standard.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.WebTestKindEnum) }, ReadOnly=false, Required=false, SerializedName="Kind")]
public Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.WebTestKindEnum? WebTestKind { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.Info(Description="The kind of web test this is, valid choices are ping, multistep, and standard.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.WebTestKindEnum) }, ReadOnly=false, Required=false, SerializedName="Kind")>]
member this.WebTestKind : Nullable<Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.WebTestKindEnum> with get, set
Public Property WebTestKind As Nullable(Of WebTestKindEnum)

Property Value

Attributes

Applies to