Partager via


APIKeysOperationsExtensions.Get Méthode

Définition

Obtenez la clé API pour cet ID de clé.

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

Paramètres

operations
IAPIKeysOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources. Le nom ne respecte pas la casse.

resourceName
String

Nom de la ressource du composant Application Insights.

keyId
String

ID de clé API. Il s’agit d’un composant Application Insights unique.

Retours

S’applique à