Partager via


APIKeys class

Classe représentant une APIKeys.

Constructeurs

APIKeys(ApplicationInsightsManagementClientContext)

Créez une APIKeys.

Méthodes

create(string, string, APIKeyRequest, RequestOptionsBase)

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

create(string, string, APIKeyRequest, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentAPIKey>)
create(string, string, APIKeyRequest, ServiceCallback<ApplicationInsightsComponentAPIKey>)
deleteMethod(string, string, string, RequestOptionsBase)

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

deleteMethod(string, string, string, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentAPIKey>)
deleteMethod(string, string, string, ServiceCallback<ApplicationInsightsComponentAPIKey>)
get(string, string, string, RequestOptionsBase)

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

get(string, string, string, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentAPIKey>)
get(string, string, string, ServiceCallback<ApplicationInsightsComponentAPIKey>)
list(string, string, RequestOptionsBase)

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

list(string, string, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentAPIKeyListResult>)
list(string, string, ServiceCallback<ApplicationInsightsComponentAPIKeyListResult>)

Détails du constructeur

APIKeys(ApplicationInsightsManagementClientContext)

Créez une APIKeys.

new APIKeys(client: ApplicationInsightsManagementClientContext)

Paramètres

client
ApplicationInsightsManagementClientContext

Référence au client de service.

Détails de la méthode

create(string, string, APIKeyRequest, RequestOptionsBase)

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

function create(resourceGroupName: string, resourceName: string, aPIKeyProperties: APIKeyRequest, options?: RequestOptionsBase): Promise<APIKeysCreateResponse>

Paramètres

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.

options
RequestOptionsBase

Paramètres facultatifs

Retours

Promise<Models.APIKeysCreateResponse>

create(string, string, APIKeyRequest, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentAPIKey>)

function create(resourceGroupName: string, resourceName: string, aPIKeyProperties: APIKeyRequest, options: RequestOptionsBase, callback: ServiceCallback<ApplicationInsightsComponentAPIKey>)

Paramètres

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.

options
RequestOptionsBase

Paramètres facultatifs

create(string, string, APIKeyRequest, ServiceCallback<ApplicationInsightsComponentAPIKey>)

function create(resourceGroupName: string, resourceName: string, aPIKeyProperties: APIKeyRequest, callback: ServiceCallback<ApplicationInsightsComponentAPIKey>)

Paramètres

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.

deleteMethod(string, string, string, RequestOptionsBase)

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

function deleteMethod(resourceGroupName: string, resourceName: string, keyId: string, options?: RequestOptionsBase): Promise<APIKeysDeleteMethodResponse>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

resourceName

string

Nom de la ressource du composant Application Insights.

keyId

string

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

options
RequestOptionsBase

Paramètres facultatifs

Retours

Promise<Models.APIKeysDeleteMethodResponse>

deleteMethod(string, string, string, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentAPIKey>)

function deleteMethod(resourceGroupName: string, resourceName: string, keyId: string, options: RequestOptionsBase, callback: ServiceCallback<ApplicationInsightsComponentAPIKey>)

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

resourceName

string

Nom de la ressource du composant Application Insights.

keyId

string

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

options
RequestOptionsBase

Paramètres facultatifs

deleteMethod(string, string, string, ServiceCallback<ApplicationInsightsComponentAPIKey>)

function deleteMethod(resourceGroupName: string, resourceName: string, keyId: string, callback: ServiceCallback<ApplicationInsightsComponentAPIKey>)

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

resourceName

string

Nom de la ressource du composant Application Insights.

keyId

string

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

get(string, string, string, RequestOptionsBase)

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

function get(resourceGroupName: string, resourceName: string, keyId: string, options?: RequestOptionsBase): Promise<APIKeysGetResponse>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

resourceName

string

Nom de la ressource du composant Application Insights.

keyId

string

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

options
RequestOptionsBase

Paramètres facultatifs

Retours

Promise<Models.APIKeysGetResponse>

get(string, string, string, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentAPIKey>)

function get(resourceGroupName: string, resourceName: string, keyId: string, options: RequestOptionsBase, callback: ServiceCallback<ApplicationInsightsComponentAPIKey>)

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

resourceName

string

Nom de la ressource du composant Application Insights.

keyId

string

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

options
RequestOptionsBase

Paramètres facultatifs

get(string, string, string, ServiceCallback<ApplicationInsightsComponentAPIKey>)

function get(resourceGroupName: string, resourceName: string, keyId: string, callback: ServiceCallback<ApplicationInsightsComponentAPIKey>)

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

resourceName

string

Nom de la ressource du composant Application Insights.

keyId

string

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

list(string, string, RequestOptionsBase)

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

function list(resourceGroupName: string, resourceName: string, options?: RequestOptionsBase): Promise<APIKeysListResponse>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

resourceName

string

Nom de la ressource du composant Application Insights.

options
RequestOptionsBase

Paramètres facultatifs

Retours

Promise<Models.APIKeysListResponse>

list(string, string, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentAPIKeyListResult>)

function list(resourceGroupName: string, resourceName: string, options: RequestOptionsBase, callback: ServiceCallback<ApplicationInsightsComponentAPIKeyListResult>)

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

resourceName

string

Nom de la ressource du composant Application Insights.

options
RequestOptionsBase

Paramètres facultatifs

list(string, string, ServiceCallback<ApplicationInsightsComponentAPIKeyListResult>)

function list(resourceGroupName: string, resourceName: string, callback: ServiceCallback<ApplicationInsightsComponentAPIKeyListResult>)

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

resourceName

string

Nom de la ressource du composant Application Insights.