Favorites class
Classe che rappresenta i Preferiti.
Costruttori
| Favorites(Application |
Creare un preferito. |
Metodi
Dettagli costruttore
Favorites(ApplicationInsightsManagementClientContext)
Creare un preferito.
new Favorites(client: ApplicationInsightsManagementClientContext)
Parametri
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
Promise<FavoritesAddResponse>
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
Callback
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.
Callback
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
Promise<FavoritesGetResponse>
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
Callback
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
Callback
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<FavoritesListResponse>
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
- callback
Callback
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.
- callback
Callback
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<FavoritesUpdateResponse>
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
Callback
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.
Callback