Partilhar via


ArmApplicationInsightsModelFactory.ApplicationInsightsComponentAPIKey Método

Definição

Inicializa uma nova instância de ApplicationInsightsComponentAPIKey.

public static Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentAPIKey ApplicationInsightsComponentAPIKey (string id = default, string apiKey = default, string createdDate = default, string name = default, System.Collections.Generic.IEnumerable<string> linkedReadProperties = default, System.Collections.Generic.IEnumerable<string> linkedWriteProperties = default);
static member ApplicationInsightsComponentAPIKey : string * string * string * string * seq<string> * seq<string> -> Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentAPIKey
Public Shared Function ApplicationInsightsComponentAPIKey (Optional id As String = Nothing, Optional apiKey As String = Nothing, Optional createdDate As String = Nothing, Optional name As String = Nothing, Optional linkedReadProperties As IEnumerable(Of String) = Nothing, Optional linkedWriteProperties As IEnumerable(Of String) = Nothing) As ApplicationInsightsComponentAPIKey

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
IEnumerable<String>

Os direitos de acesso de leitura desta Chave de API.

linkedWriteProperties
IEnumerable<String>

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

Retornos

Uma nova ApplicationInsightsComponentAPIKey instância para zombar.

Aplica-se a