ApplicationInsightsComponentWebTestLocation Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Properties that define a web test location available to an Application Insights Component.
public class ApplicationInsightsComponentWebTestLocation : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentWebTestLocation>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentWebTestLocation>
type ApplicationInsightsComponentWebTestLocation = class
interface IJsonModel<ApplicationInsightsComponentWebTestLocation>
interface IPersistableModel<ApplicationInsightsComponentWebTestLocation>
Public Class ApplicationInsightsComponentWebTestLocation
Implements IJsonModel(Of ApplicationInsightsComponentWebTestLocation), IPersistableModel(Of ApplicationInsightsComponentWebTestLocation)
- Inheritance
-
ApplicationInsightsComponentWebTestLocation
- Implements
Properties
DisplayName |
The display name of the web test location. |
Tag |
Internally defined geographic location tag. |
Explicit Interface Implementations
IJsonModel<ApplicationInsightsComponentWebTestLocation>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ApplicationInsightsComponentWebTestLocation>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ApplicationInsightsComponentWebTestLocation>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ApplicationInsightsComponentWebTestLocation>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ApplicationInsightsComponentWebTestLocation>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET