APIKeysOperations interface

Interface représentant une opération APIKeys.

Propriétés

create

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

delete

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

get

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

list

Obtient une liste des clés API d’un composant Application Insights.

Détails de la propriété

create

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

create: (resourceGroupName: string, resourceName: string, apiKeyProperties: APIKeyRequest, options?: APIKeysCreateOptionalParams) => Promise<ApplicationInsightsComponentAPIKey>

Valeur de propriété

(resourceGroupName: string, resourceName: string, apiKeyProperties: APIKeyRequest, options?: APIKeysCreateOptionalParams) => Promise<ApplicationInsightsComponentAPIKey>

delete

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

delete: (resourceGroupName: string, resourceName: string, keyId: string, options?: APIKeysDeleteOptionalParams) => Promise<ApplicationInsightsComponentAPIKey>

Valeur de propriété

(resourceGroupName: string, resourceName: string, keyId: string, options?: APIKeysDeleteOptionalParams) => Promise<ApplicationInsightsComponentAPIKey>

get

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

get: (resourceGroupName: string, resourceName: string, keyId: string, options?: APIKeysGetOptionalParams) => Promise<ApplicationInsightsComponentAPIKey>

Valeur de propriété

(resourceGroupName: string, resourceName: string, keyId: string, options?: APIKeysGetOptionalParams) => Promise<ApplicationInsightsComponentAPIKey>

list

Obtient une liste des clés API d’un composant Application Insights.

list: (resourceGroupName: string, resourceName: string, options?: APIKeysListOptionalParams) => PagedAsyncIterableIterator<ApplicationInsightsComponentAPIKey, ApplicationInsightsComponentAPIKey[], PageSettings>

Valeur de propriété

(resourceGroupName: string, resourceName: string, options?: APIKeysListOptionalParams) => PagedAsyncIterableIterator<ApplicationInsightsComponentAPIKey, ApplicationInsightsComponentAPIKey[], PageSettings>