Compartir a través de


WebTest.Kind Propiedad

Definición

Obtiene o establece el tipo de prueba web que supervisa esta prueba web. Las opciones son ping y multistep. Entre los valores posibles se incluyen: "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)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a