Delen via


AnalyticsItems class

Klasse die een AnalyticsItems vertegenwoordigt.

Constructors

AnalyticsItems(ApplicationInsightsManagementClientContext)

Maak een AnalyticsItems.

Methoden

deleteMethod(string, string, ItemScopePath, AnalyticsItemsDeleteMethodOptionalParams)

Hiermee verwijdert u een specifieke analyse-items die zijn gedefinieerd in een Application Insights-onderdeel.

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

Hiermee haalt u een specifieke analyse-items op die zijn gedefinieerd in een Application Insights-onderdeel.

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

Hiermee haalt u een lijst met analyse-items op die zijn gedefinieerd in een Application Insights-onderdeel.

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

Hiermee voegt u een specifiek analyse-item toe of werkt u dit bij in een Application Insights-onderdeel.

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

Constructordetails

AnalyticsItems(ApplicationInsightsManagementClientContext)

Maak een AnalyticsItems.

new AnalyticsItems(client: ApplicationInsightsManagementClientContext)

Parameters

client
ApplicationInsightsManagementClientContext

Verwijzing naar de serviceclient.

Methodedetails

deleteMethod(string, string, ItemScopePath, AnalyticsItemsDeleteMethodOptionalParams)

Hiermee verwijdert u een specifieke analyse-items die zijn gedefinieerd in een Application Insights-onderdeel.

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

resourceName

string

De naam van de Application Insights-onderdeelresource.

scopePath
ItemScopePath

Opsomming die aangeeft of deze itemdefinitie eigendom is van een specifieke gebruiker of wordt gedeeld tussen alle gebruikers met toegang tot het Application Insights-onderdeel. Mogelijke waarden zijn: 'analyticsItems', 'myanalyticsItems'

options
AnalyticsItemsDeleteMethodOptionalParams

De optionele parameters

Retouren

Promise<RestResponse>

Beloof<msRest.RestResponse>

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

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

resourceName

string

De naam van de Application Insights-onderdeelresource.

scopePath
ItemScopePath

Opsomming die aangeeft of deze itemdefinitie eigendom is van een specifieke gebruiker of wordt gedeeld tussen alle gebruikers met toegang tot het Application Insights-onderdeel. Mogelijke waarden zijn: 'analyticsItems', 'myanalyticsItems'

options
AnalyticsItemsDeleteMethodOptionalParams

De optionele parameters

callback

ServiceCallback<void>

De callback

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

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

resourceName

string

De naam van de Application Insights-onderdeelresource.

scopePath
ItemScopePath

Opsomming die aangeeft of deze itemdefinitie eigendom is van een specifieke gebruiker of wordt gedeeld tussen alle gebruikers met toegang tot het Application Insights-onderdeel. Mogelijke waarden zijn: 'analyticsItems', 'myanalyticsItems'

callback

ServiceCallback<void>

De callback

get(string, string, ItemScopePath, AnalyticsItemsGetOptionalParams)

Hiermee haalt u een specifieke analyse-items op die zijn gedefinieerd in een Application Insights-onderdeel.

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

resourceName

string

De naam van de Application Insights-onderdeelresource.

scopePath
ItemScopePath

Opsomming die aangeeft of deze itemdefinitie eigendom is van een specifieke gebruiker of wordt gedeeld tussen alle gebruikers met toegang tot het Application Insights-onderdeel. Mogelijke waarden zijn: 'analyticsItems', 'myanalyticsItems'

options
AnalyticsItemsGetOptionalParams

De optionele parameters

Retouren

Promise<Models.AnalyticsItemsGetResponse->

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

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

resourceName

string

De naam van de Application Insights-onderdeelresource.

scopePath
ItemScopePath

Opsomming die aangeeft of deze itemdefinitie eigendom is van een specifieke gebruiker of wordt gedeeld tussen alle gebruikers met toegang tot het Application Insights-onderdeel. Mogelijke waarden zijn: 'analyticsItems', 'myanalyticsItems'

options
AnalyticsItemsGetOptionalParams

De optionele parameters

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

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

resourceName

string

De naam van de Application Insights-onderdeelresource.

scopePath
ItemScopePath

Opsomming die aangeeft of deze itemdefinitie eigendom is van een specifieke gebruiker of wordt gedeeld tussen alle gebruikers met toegang tot het Application Insights-onderdeel. Mogelijke waarden zijn: 'analyticsItems', 'myanalyticsItems'

list(string, string, ItemScopePath, AnalyticsItemsListOptionalParams)

Hiermee haalt u een lijst met analyse-items op die zijn gedefinieerd in een Application Insights-onderdeel.

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

resourceName

string

De naam van de Application Insights-onderdeelresource.

scopePath
ItemScopePath

Opsomming die aangeeft of deze itemdefinitie eigendom is van een specifieke gebruiker of wordt gedeeld tussen alle gebruikers met toegang tot het Application Insights-onderdeel. Mogelijke waarden zijn: 'analyticsItems', 'myanalyticsItems'

options
AnalyticsItemsListOptionalParams

De optionele parameters

Retouren

Promise<Models.AnalyticsItemsListResponse>

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

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

resourceName

string

De naam van de Application Insights-onderdeelresource.

scopePath
ItemScopePath

Opsomming die aangeeft of deze itemdefinitie eigendom is van een specifieke gebruiker of wordt gedeeld tussen alle gebruikers met toegang tot het Application Insights-onderdeel. Mogelijke waarden zijn: 'analyticsItems', 'myanalyticsItems'

options
AnalyticsItemsListOptionalParams

De optionele parameters

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

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

resourceName

string

De naam van de Application Insights-onderdeelresource.

scopePath
ItemScopePath

Opsomming die aangeeft of deze itemdefinitie eigendom is van een specifieke gebruiker of wordt gedeeld tussen alle gebruikers met toegang tot het Application Insights-onderdeel. Mogelijke waarden zijn: 'analyticsItems', 'myanalyticsItems'

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

Hiermee voegt u een specifiek analyse-item toe of werkt u dit bij in een Application Insights-onderdeel.

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

resourceName

string

De naam van de Application Insights-onderdeelresource.

scopePath
ItemScopePath

Opsomming die aangeeft of deze itemdefinitie eigendom is van een specifieke gebruiker of wordt gedeeld tussen alle gebruikers met toegang tot het Application Insights-onderdeel. Mogelijke waarden zijn: 'analyticsItems', 'myanalyticsItems'

itemProperties
ApplicationInsightsComponentAnalyticsItem

Eigenschappen die moeten worden opgegeven om een nieuw item te maken en toe te voegen aan een Application Insights-onderdeel.

options
AnalyticsItemsPutOptionalParams

De optionele parameters

Retouren

Beloof<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>)

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

resourceName

string

De naam van de Application Insights-onderdeelresource.

scopePath
ItemScopePath

Opsomming die aangeeft of deze itemdefinitie eigendom is van een specifieke gebruiker of wordt gedeeld tussen alle gebruikers met toegang tot het Application Insights-onderdeel. Mogelijke waarden zijn: 'analyticsItems', 'myanalyticsItems'

itemProperties
ApplicationInsightsComponentAnalyticsItem

Eigenschappen die moeten worden opgegeven om een nieuw item te maken en toe te voegen aan een Application Insights-onderdeel.

options
AnalyticsItemsPutOptionalParams

De optionele parameters

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

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

resourceName

string

De naam van de Application Insights-onderdeelresource.

scopePath
ItemScopePath

Opsomming die aangeeft of deze itemdefinitie eigendom is van een specifieke gebruiker of wordt gedeeld tussen alle gebruikers met toegang tot het Application Insights-onderdeel. Mogelijke waarden zijn: 'analyticsItems', 'myanalyticsItems'

itemProperties
ApplicationInsightsComponentAnalyticsItem

Eigenschappen die moeten worden opgegeven om een nieuw item te maken en toe te voegen aan een Application Insights-onderdeel.