ApplicationInsightsComponentWebTestLocation Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
ApplicationInsightsComponentWebTestLocation() |
Inicializa uma nova instância da classe ApplicationInsightsComponentWebTestLocation. |
ApplicationInsightsComponentWebTestLocation(String, String) |
Inicializa uma nova instância da classe ApplicationInsightsComponentWebTestLocation. |
ApplicationInsightsComponentWebTestLocation()
Inicializa uma nova instância da classe ApplicationInsightsComponentWebTestLocation.
public ApplicationInsightsComponentWebTestLocation();
Public Sub New ()
Aplica-se a
ApplicationInsightsComponentWebTestLocation(String, String)
Inicializa uma nova instância da 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)
Parâmetros
- displayName
- String
O nome de exibição do local de teste da Web.
- tag
- String
Marca de localização geográfica definida internamente.
Aplica-se a
Azure SDK for .NET