Partager via


QueryPacks interface

Interface représentant un QueryPacks.

Méthodes

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.

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.

delete(string, string, QueryPacksDeleteOptionalParams)

Supprime un QueryPack Log Analytics.

get(string, string, QueryPacksGetOptionalParams)

Retourne un QueryPack Log Analytics.

list(QueryPacksListOptionalParams)

Obtient la liste de tous les requêtes Log AnalyticsPacks au sein d’un abonnement.

listByResourceGroup(string, QueryPacksListByResourceGroupOptionalParams)

Obtient une liste de Log Analytics QueryPacks au sein d’un groupe de ressources.

updateTags(string, string, TagsResource, QueryPacksUpdateTagsOptionalParams)

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.

options
QueryPacksCreateOrUpdateOptionalParams

Paramètres d’options.

Retours

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.

options
QueryPacksCreateOrUpdateWithoutNameOptionalParams

Paramètres d’options.

Retours

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

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.

options
QueryPacksListByResourceGroupOptionalParams

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.

options
QueryPacksUpdateTagsOptionalParams

Paramètres d’options.

Retours