Partager via


ApplicationInsightsComponentResource.DeleteAPIKey Méthode

Définition

Supprimer une clé API d’un composant Application Insights.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/APIKeys/{keyId}
  • IdAPIKeys_Delete d’opération
public virtual Azure.Response<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentAPIKey> DeleteAPIKey (string keyId, System.Threading.CancellationToken cancellationToken = default);
abstract member DeleteAPIKey : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentAPIKey>
override this.DeleteAPIKey : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentAPIKey>
Public Overridable Function DeleteAPIKey (keyId As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ApplicationInsightsComponentAPIKey)

Paramètres

keyId
String

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

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

keyId est une chaîne vide, et on s’attendait à ce qu’elle ne soit pas vide.

keyId a la valeur null.

S’applique à