Condividi tramite


Favorites class

Classe che rappresenta i Preferiti.

Costruttori

Favorites(ApplicationInsightsManagementClientContext)

Creare un preferito.

Metodi

add(string, string, string, ApplicationInsightsComponentFavorite, RequestOptionsBase)

Aggiunge un nuovo preferito a un componente di Application Insights.

add(string, string, string, ApplicationInsightsComponentFavorite, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentFavorite>)
add(string, string, string, ApplicationInsightsComponentFavorite, ServiceCallback<ApplicationInsightsComponentFavorite>)
deleteMethod(string, string, string, RequestOptionsBase)

Rimuovere un preferito associato a un componente di Application Insights.

deleteMethod(string, string, string, RequestOptionsBase, ServiceCallback<void>)
deleteMethod(string, string, string, ServiceCallback<void>)
get(string, string, string, RequestOptionsBase)

Ottenere un singolo preferito dal relativo FavoriteId, definito all'interno di un componente di Application Insights.

get(string, string, string, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentFavorite>)
get(string, string, string, ServiceCallback<ApplicationInsightsComponentFavorite>)
list(string, string, FavoritesListOptionalParams)

Ottiene un elenco di preferiti definiti all'interno di un componente di Application Insights.

list(string, string, FavoritesListOptionalParams, ServiceCallback<ApplicationInsightsComponentFavorite[]>)
list(string, string, ServiceCallback<ApplicationInsightsComponentFavorite[]>)
update(string, string, string, ApplicationInsightsComponentFavorite, RequestOptionsBase)

Aggiorna un preferito già aggiunto a un componente di Application Insights.

update(string, string, string, ApplicationInsightsComponentFavorite, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentFavorite>)
update(string, string, string, ApplicationInsightsComponentFavorite, ServiceCallback<ApplicationInsightsComponentFavorite>)

Dettagli costruttore

Favorites(ApplicationInsightsManagementClientContext)

Creare un preferito.

new Favorites(client: ApplicationInsightsManagementClientContext)

Parametri

client
ApplicationInsightsManagementClientContext

Riferimento al client del servizio.

Dettagli metodo

add(string, string, string, ApplicationInsightsComponentFavorite, RequestOptionsBase)

Aggiunge un nuovo preferito a un componente di Application Insights.

function add(resourceGroupName: string, resourceName: string, favoriteId: string, favoriteProperties: ApplicationInsightsComponentFavorite, options?: RequestOptionsBase): Promise<FavoritesAddResponse>

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

resourceName

string

Nome della risorsa componente di Application Insights.

favoriteId

string

ID di un preferito specifico definito nel componente Application Insights

favoriteProperties
ApplicationInsightsComponentFavorite

Proprietà che devono essere specificate per creare un nuovo preferito e aggiungerle a un componente di Application Insights.

options
RequestOptionsBase

Parametri facoltativi

Restituisce

Prometti<Models.FavoritesAddResponse>

add(string, string, string, ApplicationInsightsComponentFavorite, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentFavorite>)

function add(resourceGroupName: string, resourceName: string, favoriteId: string, favoriteProperties: ApplicationInsightsComponentFavorite, options: RequestOptionsBase, callback: ServiceCallback<ApplicationInsightsComponentFavorite>)

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

resourceName

string

Nome della risorsa componente di Application Insights.

favoriteId

string

ID di un preferito specifico definito nel componente Application Insights

favoriteProperties
ApplicationInsightsComponentFavorite

Proprietà che devono essere specificate per creare un nuovo preferito e aggiungerle a un componente di Application Insights.

options
RequestOptionsBase

Parametri facoltativi

add(string, string, string, ApplicationInsightsComponentFavorite, ServiceCallback<ApplicationInsightsComponentFavorite>)

function add(resourceGroupName: string, resourceName: string, favoriteId: string, favoriteProperties: ApplicationInsightsComponentFavorite, callback: ServiceCallback<ApplicationInsightsComponentFavorite>)

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

resourceName

string

Nome della risorsa componente di Application Insights.

favoriteId

string

ID di un preferito specifico definito nel componente Application Insights

favoriteProperties
ApplicationInsightsComponentFavorite

Proprietà che devono essere specificate per creare un nuovo preferito e aggiungerle a un componente di Application Insights.

deleteMethod(string, string, string, RequestOptionsBase)

Rimuovere un preferito associato a un componente di Application Insights.

function deleteMethod(resourceGroupName: string, resourceName: string, favoriteId: string, options?: RequestOptionsBase): Promise<RestResponse>

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

resourceName

string

Nome della risorsa componente di Application Insights.

favoriteId

string

ID di un preferito specifico definito nel componente Application Insights

options
RequestOptionsBase

Parametri facoltativi

Restituisce

Promise<RestResponse>

Prometti<msRest.RestResponse>

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

function deleteMethod(resourceGroupName: string, resourceName: string, favoriteId: string, options: RequestOptionsBase, callback: ServiceCallback<void>)

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

resourceName

string

Nome della risorsa componente di Application Insights.

favoriteId

string

ID di un preferito specifico definito nel componente Application Insights

options
RequestOptionsBase

Parametri facoltativi

callback

ServiceCallback<void>

Callback

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

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

resourceName

string

Nome della risorsa componente di Application Insights.

favoriteId

string

ID di un preferito specifico definito nel componente Application Insights

callback

ServiceCallback<void>

Callback

get(string, string, string, RequestOptionsBase)

Ottenere un singolo preferito dal relativo FavoriteId, definito all'interno di un componente di Application Insights.

function get(resourceGroupName: string, resourceName: string, favoriteId: string, options?: RequestOptionsBase): Promise<FavoritesGetResponse>

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

resourceName

string

Nome della risorsa componente di Application Insights.

favoriteId

string

ID di un preferito specifico definito nel componente Application Insights

options
RequestOptionsBase

Parametri facoltativi

Restituisce

Prometti<Models.FavoritesGetResponse>

get(string, string, string, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentFavorite>)

function get(resourceGroupName: string, resourceName: string, favoriteId: string, options: RequestOptionsBase, callback: ServiceCallback<ApplicationInsightsComponentFavorite>)

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

resourceName

string

Nome della risorsa componente di Application Insights.

favoriteId

string

ID di un preferito specifico definito nel componente Application Insights

options
RequestOptionsBase

Parametri facoltativi

get(string, string, string, ServiceCallback<ApplicationInsightsComponentFavorite>)

function get(resourceGroupName: string, resourceName: string, favoriteId: string, callback: ServiceCallback<ApplicationInsightsComponentFavorite>)

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

resourceName

string

Nome della risorsa componente di Application Insights.

favoriteId

string

ID di un preferito specifico definito nel componente Application Insights

list(string, string, FavoritesListOptionalParams)

Ottiene un elenco di preferiti definiti all'interno di un componente di Application Insights.

function list(resourceGroupName: string, resourceName: string, options?: FavoritesListOptionalParams): Promise<FavoritesListResponse>

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

resourceName

string

Nome della risorsa componente di Application Insights.

options
FavoritesListOptionalParams

Parametri facoltativi

Restituisce

Promise<Models.FavoritesListResponse>

list(string, string, FavoritesListOptionalParams, ServiceCallback<ApplicationInsightsComponentFavorite[]>)

function list(resourceGroupName: string, resourceName: string, options: FavoritesListOptionalParams, callback: ServiceCallback<ApplicationInsightsComponentFavorite[]>)

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

resourceName

string

Nome della risorsa componente di Application Insights.

options
FavoritesListOptionalParams

Parametri facoltativi

list(string, string, ServiceCallback<ApplicationInsightsComponentFavorite[]>)

function list(resourceGroupName: string, resourceName: string, callback: ServiceCallback<ApplicationInsightsComponentFavorite[]>)

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

resourceName

string

Nome della risorsa componente di Application Insights.

update(string, string, string, ApplicationInsightsComponentFavorite, RequestOptionsBase)

Aggiorna un preferito già aggiunto a un componente di Application Insights.

function update(resourceGroupName: string, resourceName: string, favoriteId: string, favoriteProperties: ApplicationInsightsComponentFavorite, options?: RequestOptionsBase): Promise<FavoritesUpdateResponse>

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

resourceName

string

Nome della risorsa componente di Application Insights.

favoriteId

string

ID di un preferito specifico definito nel componente Application Insights

favoriteProperties
ApplicationInsightsComponentFavorite

Proprietà che devono essere specificate per aggiornare il preferito esistente.

options
RequestOptionsBase

Parametri facoltativi

Restituisce

Promise<Models.FavoritesUpdateResponse>

update(string, string, string, ApplicationInsightsComponentFavorite, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentFavorite>)

function update(resourceGroupName: string, resourceName: string, favoriteId: string, favoriteProperties: ApplicationInsightsComponentFavorite, options: RequestOptionsBase, callback: ServiceCallback<ApplicationInsightsComponentFavorite>)

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

resourceName

string

Nome della risorsa componente di Application Insights.

favoriteId

string

ID di un preferito specifico definito nel componente Application Insights

favoriteProperties
ApplicationInsightsComponentFavorite

Proprietà che devono essere specificate per aggiornare il preferito esistente.

options
RequestOptionsBase

Parametri facoltativi

update(string, string, string, ApplicationInsightsComponentFavorite, ServiceCallback<ApplicationInsightsComponentFavorite>)

function update(resourceGroupName: string, resourceName: string, favoriteId: string, favoriteProperties: ApplicationInsightsComponentFavorite, callback: ServiceCallback<ApplicationInsightsComponentFavorite>)

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

resourceName

string

Nome della risorsa componente di Application Insights.

favoriteId

string

ID di un preferito specifico definito nel componente Application Insights

favoriteProperties
ApplicationInsightsComponentFavorite

Proprietà che devono essere specificate per aggiornare il preferito esistente.