共用方式為


WebTest.Kind Property

Definition

Gets or sets the kind of web test that this web test watches. Choices are ping and multistep. Possible values include: 'ping', 'multistep'

[Newtonsoft.Json.JsonProperty(PropertyName="kind")]
public Microsoft.Azure.Management.ApplicationInsights.Management.Models.WebTestKind? Kind { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="kind")>]
member this.Kind : Nullable<Microsoft.Azure.Management.ApplicationInsights.Management.Models.WebTestKind> with get, set
Public Property Kind As Nullable(Of WebTestKind)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to