Favorites interface
Interfaccia che rappresenta i Preferiti.
Metodi
add(string, string, string, Application |
Aggiunge un nuovo preferito a un componente di Application Insights. |
delete(string, string, string, Favorites |
Rimuovere un preferito associato a un componente di Application Insights. |
get(string, string, string, Favorites |
Ottenere un singolo preferito dal relativo FavoriteId, definito all'interno di un componente di Application Insights. |
list(string, string, Favorites |
Ottiene un elenco di preferiti definiti all'interno di un componente di Application Insights. |
update(string, string, string, Application |
Aggiorna un preferito già aggiunto a un componente di Application Insights. |
Dettagli metodo
add(string, string, string, ApplicationInsightsComponentFavorite, FavoritesAddOptionalParams)
Aggiunge un nuovo preferito a un componente di Application Insights.
function add(resourceGroupName: string, resourceName: string, favoriteId: string, favoriteProperties: ApplicationInsightsComponentFavorite, options?: FavoritesAddOptionalParams): Promise<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
- FavoritesAddOptionalParams
Parametri delle opzioni.
Restituisce
Promise<ApplicationInsightsComponentFavorite>
delete(string, string, string, FavoritesDeleteOptionalParams)
Rimuovere un preferito associato a un componente di Application Insights.
function delete(resourceGroupName: string, resourceName: string, favoriteId: string, options?: FavoritesDeleteOptionalParams): Promise<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
- FavoritesDeleteOptionalParams
Parametri delle opzioni.
Restituisce
Promise<void>
get(string, string, string, FavoritesGetOptionalParams)
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?: FavoritesGetOptionalParams): Promise<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
- FavoritesGetOptionalParams
Parametri delle opzioni.
Restituisce
Promise<ApplicationInsightsComponentFavorite>
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 delle opzioni.
Restituisce
Promise<FavoritesListResponse>
update(string, string, string, ApplicationInsightsComponentFavorite, FavoritesUpdateOptionalParams)
Aggiorna un preferito già aggiunto a un componente di Application Insights.
function update(resourceGroupName: string, resourceName: string, favoriteId: string, favoriteProperties: ApplicationInsightsComponentFavorite, options?: FavoritesUpdateOptionalParams): Promise<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
- FavoritesUpdateOptionalParams
Parametri delle opzioni.
Restituisce
Promise<ApplicationInsightsComponentFavorite>
Azure SDK for JavaScript