次の方法で共有


WebTest.Kind プロパティ

定義

この Web テストが監視する Web テストの種類を取得または設定します。 選択肢は ping と multistep です。 使用可能な値は、'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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象