Partager via


ApplicationInsightsComponentWebTestLocation Constructeurs

Définition

Surcharges

ApplicationInsightsComponentWebTestLocation()

Initialise une nouvelle instance de la classe ApplicationInsightsComponentWebTestLocation.

ApplicationInsightsComponentWebTestLocation(String, String)

Initialise une nouvelle instance de la classe ApplicationInsightsComponentWebTestLocation.

ApplicationInsightsComponentWebTestLocation()

Initialise une nouvelle instance de la classe ApplicationInsightsComponentWebTestLocation.

public ApplicationInsightsComponentWebTestLocation ();
Public Sub New ()

S’applique à

ApplicationInsightsComponentWebTestLocation(String, String)

Initialise une nouvelle instance de la classe ApplicationInsightsComponentWebTestLocation.

public ApplicationInsightsComponentWebTestLocation (string displayName = default, string tag = default);
new Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentWebTestLocation : string * string -> Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentWebTestLocation
Public Sub New (Optional displayName As String = Nothing, Optional tag As String = Nothing)

Paramètres

displayName
String

Nom complet de l’emplacement de test web.

tag
String

Balise d’emplacement géographique définie en interne.

S’applique à