Partager via


APIKeysOperationsExtensions.CreateAsync Méthode

Définition

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

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentAPIKey> CreateAsync (this Microsoft.Azure.Management.ApplicationInsights.Management.IAPIKeysOperations operations, string resourceGroupName, string resourceName, Microsoft.Azure.Management.ApplicationInsights.Management.Models.APIKeyRequest aPIKeyProperties, System.Threading.CancellationToken cancellationToken = default);
static member CreateAsync : Microsoft.Azure.Management.ApplicationInsights.Management.IAPIKeysOperations * string * string * Microsoft.Azure.Management.ApplicationInsights.Management.Models.APIKeyRequest * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentAPIKey>
<Extension()>
Public Function CreateAsync (operations As IAPIKeysOperations, resourceGroupName As String, resourceName As String, aPIKeyProperties As APIKeyRequest, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à