WebTestGeolocation Class

Definition

Geo-physical location to run a WebTest from. You must specify one or more locations for the test to run from.

public class WebTestGeolocation : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ApplicationInsights.Models.WebTestGeolocation>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ApplicationInsights.Models.WebTestGeolocation>
type WebTestGeolocation = class
    interface IJsonModel<WebTestGeolocation>
    interface IPersistableModel<WebTestGeolocation>
Public Class WebTestGeolocation
Implements IJsonModel(Of WebTestGeolocation), IPersistableModel(Of WebTestGeolocation)
Inheritance
WebTestGeolocation
Implements

Constructors

WebTestGeolocation()

Initializes a new instance of WebTestGeolocation.

Properties

Location

Location ID for the WebTest to run from.

Explicit Interface Implementations

IJsonModel<WebTestGeolocation>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<WebTestGeolocation>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<WebTestGeolocation>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<WebTestGeolocation>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<WebTestGeolocation>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to