Compartilhar via


APIKeysOperationsExtensions.Get Método

Definição

Obtenha a Chave de API para essa ID de chave.

public static Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentAPIKey Get (this Microsoft.Azure.Management.ApplicationInsights.Management.IAPIKeysOperations operations, string resourceGroupName, string resourceName, string keyId);
static member Get : Microsoft.Azure.Management.ApplicationInsights.Management.IAPIKeysOperations * string * string * string -> Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentAPIKey
<Extension()>
Public Function Get (operations As IAPIKeysOperations, resourceGroupName As String, resourceName As String, keyId As String) As ApplicationInsightsComponentAPIKey

Parâmetros

operations
IAPIKeysOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos. O nome diferencia maiúsculas de minúsculas.

resourceName
String

O nome do recurso de componente do Application Insights.

keyId
String

A ID da chave de API. Isso é exclusivo em um componente do Application Insights.

Retornos

Aplica-se a