Share via


ArmApplicationInsightsModelFactory.ApplicationInsightsComponentWebTestLocation Method

Definition

Initializes a new instance of ApplicationInsightsComponentWebTestLocation.

public static Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentWebTestLocation ApplicationInsightsComponentWebTestLocation (string displayName = default, string tag = default);
static member ApplicationInsightsComponentWebTestLocation : string * string -> Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentWebTestLocation
Public Shared Function ApplicationInsightsComponentWebTestLocation (Optional displayName As String = Nothing, Optional tag As String = Nothing) As ApplicationInsightsComponentWebTestLocation

Parameters

displayName
String

The display name of the web test location.

tag
String

Internally defined geographic location tag.

Returns

A new ApplicationInsightsComponentWebTestLocation instance for mocking.

Applies to