ApplicationInsightsComponentWebTestLocation Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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
Azure SDK for .NET