你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IWebTestProperties.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=true, 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=true, SerializedName="Kind")>]
member this.WebTestKind : Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.WebTestKindEnum with get, set
Public Property WebTestKind As WebTestKindEnum

Property Value

Attributes

Applies to