Compartilhar via


ApplicationInsightsComponentAPIKey Construtores

Definição

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.

linkedReadProperties
IList<String>

Os direitos de acesso de leitura desta Chave de API.

linkedWriteProperties
IList<String>

Os direitos de acesso de gravação dessa Chave de API.

Aplica-se a