次の方法で共有


WebTest.WebTestKind プロパティ

定義

Web テストの種類を取得または設定します。有効な選択肢は ping と multistep です。 使用可能な値は次のとおりです: 'ping'、'multistep'

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象