Partager via


APIKeysOperationsExtensions.Create Méthode

Définition

Créez une clé API d’un composant Application Insights.

public static Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentAPIKey Create (this Microsoft.Azure.Management.ApplicationInsights.Management.IAPIKeysOperations operations, string resourceGroupName, string resourceName, Microsoft.Azure.Management.ApplicationInsights.Management.Models.APIKeyRequest aPIKeyProperties);
static member Create : Microsoft.Azure.Management.ApplicationInsights.Management.IAPIKeysOperations * string * string * Microsoft.Azure.Management.ApplicationInsights.Management.Models.APIKeyRequest -> Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentAPIKey
<Extension()>
Public Function Create (operations As IAPIKeysOperations, resourceGroupName As String, resourceName As String, aPIKeyProperties As APIKeyRequest) 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.

aPIKeyProperties
APIKeyRequest

Propriétés qui doivent être spécifiées pour créer une clé API d’un composant Application Insights.

Retours

S’applique à