Partager via


AnalyticsItems class

Classe représentant un Objet AnalyticsItems.

Constructeurs

AnalyticsItems(ApplicationInsightsManagementClientContext)

Créez un objet AnalyticsItems.

Méthodes

deleteMethod(string, string, ItemScopePath, AnalyticsItemsDeleteMethodOptionalParams)

Supprime un élément d’analyse spécifique défini dans un composant Application Insights.

deleteMethod(string, string, ItemScopePath, AnalyticsItemsDeleteMethodOptionalParams, ServiceCallback<void>)
deleteMethod(string, string, ItemScopePath, ServiceCallback<void>)
get(string, string, ItemScopePath, AnalyticsItemsGetOptionalParams)

Obtient un élément d’analyse spécifique défini dans un composant Application Insights.

get(string, string, ItemScopePath, AnalyticsItemsGetOptionalParams, ServiceCallback<ApplicationInsightsComponentAnalyticsItem>)
get(string, string, ItemScopePath, ServiceCallback<ApplicationInsightsComponentAnalyticsItem>)
list(string, string, ItemScopePath, AnalyticsItemsListOptionalParams)

Obtient la liste des éléments d’analyse définis dans un composant Application Insights.

list(string, string, ItemScopePath, AnalyticsItemsListOptionalParams, ServiceCallback<ApplicationInsightsComponentAnalyticsItem[]>)
list(string, string, ItemScopePath, ServiceCallback<ApplicationInsightsComponentAnalyticsItem[]>)
put(string, string, ItemScopePath, ApplicationInsightsComponentAnalyticsItem, AnalyticsItemsPutOptionalParams)

Ajoute ou Mises à jour un élément Analytics spécifique dans un composant Application Insights.

put(string, string, ItemScopePath, ApplicationInsightsComponentAnalyticsItem, AnalyticsItemsPutOptionalParams, ServiceCallback<ApplicationInsightsComponentAnalyticsItem>)
put(string, string, ItemScopePath, ApplicationInsightsComponentAnalyticsItem, ServiceCallback<ApplicationInsightsComponentAnalyticsItem>)

Détails du constructeur

AnalyticsItems(ApplicationInsightsManagementClientContext)

Créez un objet AnalyticsItems.

new AnalyticsItems(client: ApplicationInsightsManagementClientContext)

Paramètres

client
ApplicationInsightsManagementClientContext

Référence au client de service.

Détails de la méthode

deleteMethod(string, string, ItemScopePath, AnalyticsItemsDeleteMethodOptionalParams)

Supprime un élément d’analyse spécifique défini dans un composant Application Insights.

function deleteMethod(resourceGroupName: string, resourceName: string, scopePath: ItemScopePath, options?: AnalyticsItemsDeleteMethodOptionalParams): Promise<RestResponse>

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.

scopePath
ItemScopePath

Énumération indiquant si cette définition d’élément appartient à un utilisateur spécifique ou est partagée entre tous les utilisateurs ayant accès au composant Application Insights. Les valeurs possibles sont les suivantes : 'analyticsItems', 'myanalyticsItems'

options
AnalyticsItemsDeleteMethodOptionalParams

Paramètres facultatifs

Retours

Promise<RestResponse>

Promesse<msRest.RestResponse>

deleteMethod(string, string, ItemScopePath, AnalyticsItemsDeleteMethodOptionalParams, ServiceCallback<void>)

function deleteMethod(resourceGroupName: string, resourceName: string, scopePath: ItemScopePath, options: AnalyticsItemsDeleteMethodOptionalParams, callback: ServiceCallback<void>)

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.

scopePath
ItemScopePath

Énumération indiquant si cette définition d’élément appartient à un utilisateur spécifique ou est partagée entre tous les utilisateurs ayant accès au composant Application Insights. Les valeurs possibles sont les suivantes : 'analyticsItems', 'myanalyticsItems'

options
AnalyticsItemsDeleteMethodOptionalParams

Paramètres facultatifs

callback

ServiceCallback<void>

Rappel

deleteMethod(string, string, ItemScopePath, ServiceCallback<void>)

function deleteMethod(resourceGroupName: string, resourceName: string, scopePath: ItemScopePath, callback: ServiceCallback<void>)

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.

scopePath
ItemScopePath

Énumération indiquant si cette définition d’élément appartient à un utilisateur spécifique ou est partagée entre tous les utilisateurs ayant accès au composant Application Insights. Les valeurs possibles sont les suivantes : 'analyticsItems', 'myanalyticsItems'

callback

ServiceCallback<void>

Rappel

get(string, string, ItemScopePath, AnalyticsItemsGetOptionalParams)

Obtient un élément d’analyse spécifique défini dans un composant Application Insights.

function get(resourceGroupName: string, resourceName: string, scopePath: ItemScopePath, options?: AnalyticsItemsGetOptionalParams): Promise<AnalyticsItemsGetResponse>

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.

scopePath
ItemScopePath

Énumération indiquant si cette définition d’élément appartient à un utilisateur spécifique ou est partagée entre tous les utilisateurs ayant accès au composant Application Insights. Les valeurs possibles sont les suivantes : 'analyticsItems', 'myanalyticsItems'

options
AnalyticsItemsGetOptionalParams

Paramètres facultatifs

Retours

Promise<Models.AnalyticsItemsGetResponse>

get(string, string, ItemScopePath, AnalyticsItemsGetOptionalParams, ServiceCallback<ApplicationInsightsComponentAnalyticsItem>)

function get(resourceGroupName: string, resourceName: string, scopePath: ItemScopePath, options: AnalyticsItemsGetOptionalParams, callback: ServiceCallback<ApplicationInsightsComponentAnalyticsItem>)

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.

scopePath
ItemScopePath

Énumération indiquant si cette définition d’élément appartient à un utilisateur spécifique ou est partagée entre tous les utilisateurs ayant accès au composant Application Insights. Les valeurs possibles sont les suivantes : 'analyticsItems', 'myanalyticsItems'

options
AnalyticsItemsGetOptionalParams

Paramètres facultatifs

get(string, string, ItemScopePath, ServiceCallback<ApplicationInsightsComponentAnalyticsItem>)

function get(resourceGroupName: string, resourceName: string, scopePath: ItemScopePath, callback: ServiceCallback<ApplicationInsightsComponentAnalyticsItem>)

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.

scopePath
ItemScopePath

Énumération indiquant si cette définition d’élément appartient à un utilisateur spécifique ou est partagée entre tous les utilisateurs ayant accès au composant Application Insights. Les valeurs possibles sont les suivantes : 'analyticsItems', 'myanalyticsItems'

list(string, string, ItemScopePath, AnalyticsItemsListOptionalParams)

Obtient la liste des éléments d’analyse définis dans un composant Application Insights.

function list(resourceGroupName: string, resourceName: string, scopePath: ItemScopePath, options?: AnalyticsItemsListOptionalParams): Promise<AnalyticsItemsListResponse>

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.

scopePath
ItemScopePath

Énumération indiquant si cette définition d’élément appartient à un utilisateur spécifique ou est partagée entre tous les utilisateurs ayant accès au composant Application Insights. Les valeurs possibles sont les suivantes : 'analyticsItems', 'myanalyticsItems'

options
AnalyticsItemsListOptionalParams

Paramètres facultatifs

Retours

Promise<Models.AnalyticsItemsListResponse>

list(string, string, ItemScopePath, AnalyticsItemsListOptionalParams, ServiceCallback<ApplicationInsightsComponentAnalyticsItem[]>)

function list(resourceGroupName: string, resourceName: string, scopePath: ItemScopePath, options: AnalyticsItemsListOptionalParams, callback: ServiceCallback<ApplicationInsightsComponentAnalyticsItem[]>)

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.

scopePath
ItemScopePath

Énumération indiquant si cette définition d’élément appartient à un utilisateur spécifique ou est partagée entre tous les utilisateurs ayant accès au composant Application Insights. Les valeurs possibles sont les suivantes : 'analyticsItems', 'myanalyticsItems'

options
AnalyticsItemsListOptionalParams

Paramètres facultatifs

list(string, string, ItemScopePath, ServiceCallback<ApplicationInsightsComponentAnalyticsItem[]>)

function list(resourceGroupName: string, resourceName: string, scopePath: ItemScopePath, callback: ServiceCallback<ApplicationInsightsComponentAnalyticsItem[]>)

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.

scopePath
ItemScopePath

Énumération indiquant si cette définition d’élément appartient à un utilisateur spécifique ou est partagée entre tous les utilisateurs ayant accès au composant Application Insights. Les valeurs possibles sont les suivantes : 'analyticsItems', 'myanalyticsItems'

put(string, string, ItemScopePath, ApplicationInsightsComponentAnalyticsItem, AnalyticsItemsPutOptionalParams)

Ajoute ou Mises à jour un élément Analytics spécifique dans un composant Application Insights.

function put(resourceGroupName: string, resourceName: string, scopePath: ItemScopePath, itemProperties: ApplicationInsightsComponentAnalyticsItem, options?: AnalyticsItemsPutOptionalParams): Promise<AnalyticsItemsPutResponse>

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.

scopePath
ItemScopePath

Énumération indiquant si cette définition d’élément appartient à un utilisateur spécifique ou est partagée entre tous les utilisateurs ayant accès au composant Application Insights. Les valeurs possibles sont les suivantes : 'analyticsItems', 'myanalyticsItems'

itemProperties
ApplicationInsightsComponentAnalyticsItem

Propriétés qui doivent être spécifiées pour créer un élément et l’ajouter à un composant Application Insights.

options
AnalyticsItemsPutOptionalParams

Paramètres facultatifs

Retours

Promise<Models.AnalyticsItemsPutResponse>

put(string, string, ItemScopePath, ApplicationInsightsComponentAnalyticsItem, AnalyticsItemsPutOptionalParams, ServiceCallback<ApplicationInsightsComponentAnalyticsItem>)

function put(resourceGroupName: string, resourceName: string, scopePath: ItemScopePath, itemProperties: ApplicationInsightsComponentAnalyticsItem, options: AnalyticsItemsPutOptionalParams, callback: ServiceCallback<ApplicationInsightsComponentAnalyticsItem>)

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.

scopePath
ItemScopePath

Énumération indiquant si cette définition d’élément appartient à un utilisateur spécifique ou est partagée entre tous les utilisateurs ayant accès au composant Application Insights. Les valeurs possibles sont les suivantes : 'analyticsItems', 'myanalyticsItems'

itemProperties
ApplicationInsightsComponentAnalyticsItem

Propriétés qui doivent être spécifiées pour créer un élément et l’ajouter à un composant Application Insights.

options
AnalyticsItemsPutOptionalParams

Paramètres facultatifs

put(string, string, ItemScopePath, ApplicationInsightsComponentAnalyticsItem, ServiceCallback<ApplicationInsightsComponentAnalyticsItem>)

function put(resourceGroupName: string, resourceName: string, scopePath: ItemScopePath, itemProperties: ApplicationInsightsComponentAnalyticsItem, callback: ServiceCallback<ApplicationInsightsComponentAnalyticsItem>)

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.

scopePath
ItemScopePath

Énumération indiquant si cette définition d’élément appartient à un utilisateur spécifique ou est partagée entre tous les utilisateurs ayant accès au composant Application Insights. Les valeurs possibles sont les suivantes : 'analyticsItems', 'myanalyticsItems'

itemProperties
ApplicationInsightsComponentAnalyticsItem

Propriétés qui doivent être spécifiées pour créer un élément et l’ajouter à un composant Application Insights.