Compartir a través de


ApplicationInsightsComponentWebTestLocation Constructores

Definición

Sobrecargas

ApplicationInsightsComponentWebTestLocation()

Inicializa una nueva instancia de la clase ApplicationInsightsComponentWebTestLocation.

ApplicationInsightsComponentWebTestLocation(String, String)

Inicializa una nueva instancia de la clase ApplicationInsightsComponentWebTestLocation.

ApplicationInsightsComponentWebTestLocation()

Inicializa una nueva instancia de la clase ApplicationInsightsComponentWebTestLocation.

public ApplicationInsightsComponentWebTestLocation ();
Public Sub New ()

Se aplica a

ApplicationInsightsComponentWebTestLocation(String, String)

Inicializa una nueva instancia de la clase 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)

Parámetros

displayName
String

Nombre para mostrar de la ubicación de prueba web.

tag
String

Etiqueta de ubicación geográfica definida internamente.

Se aplica a