ApplicationInsightsComponentAPIKey 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
ApplicationInsightsComponentAPIKey() |
Inicializa uma nova instância da classe ApplicationInsightsComponentAPIKey. |
ApplicationInsightsComponentAPIKey(String, String, String, String, IList<String>, IList<String>) |
Inicializa uma nova instância da classe ApplicationInsightsComponentAPIKey. |
ApplicationInsightsComponentAPIKey()
Inicializa uma nova instância da classe ApplicationInsightsComponentAPIKey.
public ApplicationInsightsComponentAPIKey ();
Public Sub New ()
Aplica-se a
ApplicationInsightsComponentAPIKey(String, String, String, String, IList<String>, IList<String>)
Inicializa uma nova instância da classe ApplicationInsightsComponentAPIKey.
public ApplicationInsightsComponentAPIKey (string id = default, string apiKey = default, string createdDate = default, string name = default, System.Collections.Generic.IList<string> linkedReadProperties = default, System.Collections.Generic.IList<string> linkedWriteProperties = default);
new Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentAPIKey : string * string * string * string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentAPIKey
Public Sub New (Optional id As String = Nothing, Optional apiKey As String = Nothing, Optional createdDate As String = Nothing, Optional name As String = Nothing, Optional linkedReadProperties As IList(Of String) = Nothing, Optional linkedWriteProperties As IList(Of String) = Nothing)
Parâmetros
- id
- String
A ID exclusiva da chave de API dentro de um componente do Application Insights. Ele é gerado automaticamente quando a chave de API é criada.
- apiKey
- String
O valor da Chave de API. Ela só será retornada uma vez quando a Chave de API for criada.
- createdDate
- String
A data de criação dessa chave de API.
- name
- String
O nome da chave de API.
Aplica-se a
Azure SDK for .NET