ApplicationInsightsComponent 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
ApplicationInsightsComponent() |
Inicializa uma nova instância da classe ApplicationInsightsComponent. |
ApplicationInsightsComponent(String, String, String, String, String, String, IDictionary<String,String>, String, String, String, String, String, Nullable<DateTime>, String, String, String, String, Nullable<Double>, String, Nullable<Int32>, Nullable<Boolean>, Nullable<Boolean>, IList<PrivateLinkScopedResource>, String, String) |
Inicializa uma nova instância da classe ApplicationInsightsComponent. |
ApplicationInsightsComponent()
Inicializa uma nova instância da classe ApplicationInsightsComponent.
public ApplicationInsightsComponent ();
Public Sub New ()
Aplica-se a
ApplicationInsightsComponent(String, String, String, String, String, String, IDictionary<String,String>, String, String, String, String, String, Nullable<DateTime>, String, String, String, String, Nullable<Double>, String, Nullable<Int32>, Nullable<Boolean>, Nullable<Boolean>, IList<PrivateLinkScopedResource>, String, String)
Inicializa uma nova instância da classe ApplicationInsightsComponent.
public ApplicationInsightsComponent (string location, string kind, string applicationType, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, string applicationId = default, string appId = default, string flowType = default, string requestSource = default, string instrumentationKey = default, DateTime? creationDate = default, string tenantId = default, string hockeyAppId = default, string hockeyAppToken = default, string provisioningState = default, double? samplingPercentage = default, string connectionString = default, int? retentionInDays = default, bool? disableIpMasking = default, bool? immediatePurgeDataOn30Days = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ApplicationInsights.Management.Models.PrivateLinkScopedResource> privateLinkScopedResources = default, string publicNetworkAccessForIngestion = default, string publicNetworkAccessForQuery = default);
new Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponent : string * string * string * string * string * string * System.Collections.Generic.IDictionary<string, string> * string * string * string * string * string * Nullable<DateTime> * string * string * string * string * Nullable<double> * string * Nullable<int> * Nullable<bool> * Nullable<bool> * System.Collections.Generic.IList<Microsoft.Azure.Management.ApplicationInsights.Management.Models.PrivateLinkScopedResource> * string * string -> Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponent
Public Sub New (location As String, kind As String, applicationType As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional applicationId As String = Nothing, Optional appId As String = Nothing, Optional flowType As String = Nothing, Optional requestSource As String = Nothing, Optional instrumentationKey As String = Nothing, Optional creationDate As Nullable(Of DateTime) = Nothing, Optional tenantId As String = Nothing, Optional hockeyAppId As String = Nothing, Optional hockeyAppToken As String = Nothing, Optional provisioningState As String = Nothing, Optional samplingPercentage As Nullable(Of Double) = Nothing, Optional connectionString As String = Nothing, Optional retentionInDays As Nullable(Of Integer) = Nothing, Optional disableIpMasking As Nullable(Of Boolean) = Nothing, Optional immediatePurgeDataOn30Days As Nullable(Of Boolean) = Nothing, Optional privateLinkScopedResources As IList(Of PrivateLinkScopedResource) = Nothing, Optional publicNetworkAccessForIngestion As String = Nothing, Optional publicNetworkAccessForQuery As String = Nothing)
Parâmetros
- location
- String
Localização do recurso
- kind
- String
O tipo de aplicativo ao qual esse componente se refere, usado para personalizar a interface do usuário. Esse valor é uma cadeia de caracteres de forma livre, os valores normalmente devem ser um dos seguintes: Web, ios, outro, store, java, telefone.
- applicationType
- String
Tipo de aplicativo que está sendo monitorado. Os valores possíveis incluem: 'web', 'other'
- id
- String
ID do recurso do Azure
- name
- String
Nome do recurso do Azure
- type
- String
Tipo de recurso do Azure
- tags
- IDictionary<String,String>
Marcações de recursos
- applicationId
- String
A ID exclusiva do aplicativo. Esse campo espelha o campo 'Nome' e não pode ser alterado.
- appId
- String
ID exclusiva do Application Insights para seu aplicativo.
- flowType
- String
Usado pelo sistema application insights para determinar o tipo de fluxo pelo qual esse componente foi criado. Isso deve ser definido como 'Bluefield' ao criar/atualizar um componente por meio da API REST. Os valores possíveis incluem: 'Bluefield'
- requestSource
- String
Descreve qual ferramenta criou esse componente do Application Insights. Os clientes que usam essa API devem definir isso como o padrão 'rest'. Os valores possíveis incluem: 'rest'
- instrumentationKey
- String
Chave de instrumentação do Application Insights. Um valor somente leitura que os aplicativos podem usar para identificar o destino de toda a telemetria enviada ao Aplicativo Azure Insights. Esse valor será fornecido após a construção de cada novo componente do Application Insights.
Data de criação do componente Application Insights, no formato ISO 8601.
- tenantId
- String
ID do Locatário do Azure.
- hockeyAppId
- String
A ID de aplicativo exclusiva criada quando um novo aplicativo é adicionado ao HockeyApp, usado para comunicações com o HockeyApp.
- hockeyAppToken
- String
Token usado para autenticar as comunicações entre o Application Insights e o HockeyApp.
- provisioningState
- String
Estado atual deste componente: se foi provisionado ou não dentro do grupo de recursos definido. Os usuários não podem alterar esse valor, mas podem lê-lo. Os valores incluirão Êxito, Implantação, Cancelamento e Falha.
Percentual dos dados produzidos pelo aplicativo que está sendo monitorado que está sendo amostrado para telemetria do Application Insights.
- connectionString
- String
Cadeia de conexão de componente do Application Insights.
- privateLinkScopedResources
- IList<PrivateLinkScopedResource>
Lista de recursos de escopo de link privado vinculados.
- publicNetworkAccessForIngestion
- String
O tipo de acesso à rede para acessar a ingestão do Application Insights. Os valores possíveis incluem: 'Enabled', 'Disabled'
- publicNetworkAccessForQuery
- String
O tipo de acesso à rede para acessar a consulta do Application Insights. Os valores possíveis incluem: 'Enabled', 'Disabled'
Aplica-se a
Azure SDK for .NET