QueryPacks interface
Interface représentant un QueryPacks.
Méthodes
create |
Crée (ou met à jour) un QueryPack Log Analytics. Remarque : Vous ne pouvez pas spécifier une valeur différente pour InstrumentationKey ou AppId dans l’opération Put. |
create |
Crée un QueryPack Log Analytics. Remarque : Vous ne pouvez pas spécifier une valeur différente pour InstrumentationKey ou AppId dans l’opération Put. |
delete(string, string, Query |
Supprime un QueryPack Log Analytics. |
get(string, string, Query |
Retourne un QueryPack Log Analytics. |
list(Query |
Obtient la liste de tous les requêtes Log AnalyticsPacks au sein d’un abonnement. |
list |
Obtient une liste de Log Analytics QueryPacks au sein d’un groupe de ressources. |
update |
Mises à jour les balises d’un QueryPack existant. Pour mettre à jour d’autres champs, utilisez la méthode CreateOrUpdate. |
Détails de la méthode
createOrUpdate(string, string, LogAnalyticsQueryPack, QueryPacksCreateOrUpdateOptionalParams)
Crée (ou met à jour) un QueryPack Log Analytics. Remarque : Vous ne pouvez pas spécifier une valeur différente pour InstrumentationKey ou AppId dans l’opération Put.
function createOrUpdate(resourceGroupName: string, queryPackName: string, logAnalyticsQueryPackPayload: LogAnalyticsQueryPack, options?: QueryPacksCreateOrUpdateOptionalParams): Promise<LogAnalyticsQueryPack>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- queryPackName
-
string
Nom de la ressource QueryPack Log Analytics.
- logAnalyticsQueryPackPayload
- LogAnalyticsQueryPack
Propriétés qui doivent être spécifiées pour créer ou mettre à jour un QueryPack Log Analytics.
Paramètres d’options.
Retours
Promise<LogAnalyticsQueryPack>
createOrUpdateWithoutName(string, LogAnalyticsQueryPack, QueryPacksCreateOrUpdateWithoutNameOptionalParams)
Crée un QueryPack Log Analytics. Remarque : Vous ne pouvez pas spécifier une valeur différente pour InstrumentationKey ou AppId dans l’opération Put.
function createOrUpdateWithoutName(resourceGroupName: string, logAnalyticsQueryPackPayload: LogAnalyticsQueryPack, options?: QueryPacksCreateOrUpdateWithoutNameOptionalParams): Promise<LogAnalyticsQueryPack>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- logAnalyticsQueryPackPayload
- LogAnalyticsQueryPack
Propriétés qui doivent être spécifiées pour créer ou mettre à jour un QueryPack Log Analytics.
Paramètres d’options.
Retours
Promise<LogAnalyticsQueryPack>
delete(string, string, QueryPacksDeleteOptionalParams)
Supprime un QueryPack Log Analytics.
function delete(resourceGroupName: string, queryPackName: string, options?: QueryPacksDeleteOptionalParams): Promise<void>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- queryPackName
-
string
Nom de la ressource QueryPack Log Analytics.
- options
- QueryPacksDeleteOptionalParams
Paramètres d’options.
Retours
Promise<void>
get(string, string, QueryPacksGetOptionalParams)
Retourne un QueryPack Log Analytics.
function get(resourceGroupName: string, queryPackName: string, options?: QueryPacksGetOptionalParams): Promise<LogAnalyticsQueryPack>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- queryPackName
-
string
Nom de la ressource QueryPack Log Analytics.
- options
- QueryPacksGetOptionalParams
Paramètres d’options.
Retours
Promise<LogAnalyticsQueryPack>
list(QueryPacksListOptionalParams)
Obtient la liste de tous les requêtes Log AnalyticsPacks au sein d’un abonnement.
function list(options?: QueryPacksListOptionalParams): PagedAsyncIterableIterator<LogAnalyticsQueryPack, LogAnalyticsQueryPack[], PageSettings>
Paramètres
- options
- QueryPacksListOptionalParams
Paramètres d’options.
Retours
listByResourceGroup(string, QueryPacksListByResourceGroupOptionalParams)
Obtient une liste de Log Analytics QueryPacks au sein d’un groupe de ressources.
function listByResourceGroup(resourceGroupName: string, options?: QueryPacksListByResourceGroupOptionalParams): PagedAsyncIterableIterator<LogAnalyticsQueryPack, LogAnalyticsQueryPack[], PageSettings>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
Paramètres d’options.
Retours
updateTags(string, string, TagsResource, QueryPacksUpdateTagsOptionalParams)
Mises à jour les balises d’un QueryPack existant. Pour mettre à jour d’autres champs, utilisez la méthode CreateOrUpdate.
function updateTags(resourceGroupName: string, queryPackName: string, queryPackTags: TagsResource, options?: QueryPacksUpdateTagsOptionalParams): Promise<LogAnalyticsQueryPack>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- queryPackName
-
string
Nom de la ressource QueryPack Log Analytics.
- queryPackTags
- TagsResource
Mise à jour des informations de balise à définir dans l’instance QueryPack.
Paramètres d’options.
Retours
Promise<LogAnalyticsQueryPack>