ApplicationInsightsComponentWebTestLocation Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Azure SDK for .NET