APIKeys class
Classe représentant une APIKeys.
Constructeurs
APIKeys(Application |
Créez une APIKeys. |
Méthodes
Détails du constructeur
APIKeys(ApplicationInsightsManagementClientContext)
Créez une APIKeys.
new APIKeys(client: ApplicationInsightsManagementClientContext)
Paramètres
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<APIKeysCreateResponse>
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
Rappel
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.
Rappel
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<APIKeysDeleteMethodResponse>
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
Rappel
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.
Rappel
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<APIKeysGetResponse>
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
Rappel
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.
Rappel
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<APIKeysListResponse>
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
Rappel
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.
Rappel