共用方式為


WebTest.Locations Property

Definition

Gets or sets a list of where to physically run the tests from to give global coverage for accessibility of your application.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.Locations")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.ApplicationInsights.Management.Models.WebTestGeolocation> Locations { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.Locations")>]
member this.Locations : System.Collections.Generic.IList<Microsoft.Azure.Management.ApplicationInsights.Management.Models.WebTestGeolocation> with get, set
Public Property Locations As IList(Of WebTestGeolocation)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to