Compartilhar via


ApplicationInsightsComponentResource.CreateAPIKey Método

Definição

Crie uma chave de API de um componente do Application Insights.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/ApiKeys
  • Operação IdAPIKeys_Create
public virtual Azure.Response<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentAPIKey> CreateAPIKey (Azure.ResourceManager.ApplicationInsights.Models.APIKeyContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateAPIKey : Azure.ResourceManager.ApplicationInsights.Models.APIKeyContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentAPIKey>
override this.CreateAPIKey : Azure.ResourceManager.ApplicationInsights.Models.APIKeyContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentAPIKey>
Public Overridable Function CreateAPIKey (content As APIKeyContent, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ApplicationInsightsComponentAPIKey)

Parâmetros

content
APIKeyContent

Propriedades que precisam ser especificadas para criar uma chave de API de um componente do Application Insights.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

content é nulo.

Aplica-se a