Compartir a través de


Favorites class

Clase que representa los favoritos.

Constructores

Favorites(ApplicationInsightsManagementClientContext)

Crear favoritos.

Métodos

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

Agrega nuevos favoritos a un componente de Application Insights.

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

Quite un favorito asociado a un componente de Application Insights.

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

Obtenga un solo favorito por su FavoriteId, definido dentro de un componente de Application Insights.

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

Obtiene una lista de favoritos definidos dentro de un componente de Application Insights.

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

Novedades un favorito que ya se ha agregado a un componente de Application Insights.

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

Detalles del constructor

Favorites(ApplicationInsightsManagementClientContext)

Crear favoritos.

new Favorites(client: ApplicationInsightsManagementClientContext)

Parámetros

client
ApplicationInsightsManagementClientContext

Referencia al cliente de servicio.

Detalles del método

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

Agrega nuevos favoritos a un componente de Application Insights.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

resourceName

string

Nombre del recurso de componente de Application Insights.

favoriteId

string

El identificador de un favorito específico definido en el componente de Application Insights

favoriteProperties
ApplicationInsightsComponentFavorite

Propiedades que deben especificarse para crear un nuevo favorito y agregarlo a un componente de Application Insights.

options
RequestOptionsBase

Parámetros opcionales

Devoluciones

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

resourceName

string

Nombre del recurso de componente de Application Insights.

favoriteId

string

El identificador de un favorito específico definido en el componente de Application Insights

favoriteProperties
ApplicationInsightsComponentFavorite

Propiedades que deben especificarse para crear un nuevo favorito y agregarlo a un componente de Application Insights.

options
RequestOptionsBase

Parámetros opcionales

callback

ServiceCallback<ApplicationInsightsComponentFavorite>

La devolución de llamada

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

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

resourceName

string

Nombre del recurso de componente de Application Insights.

favoriteId

string

El identificador de un favorito específico definido en el componente de Application Insights

favoriteProperties
ApplicationInsightsComponentFavorite

Propiedades que deben especificarse para crear un nuevo favorito y agregarlo a un componente de Application Insights.

callback

ServiceCallback<ApplicationInsightsComponentFavorite>

La devolución de llamada

deleteMethod(string, string, string, RequestOptionsBase)

Quite un favorito asociado a un componente de Application Insights.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

resourceName

string

Nombre del recurso de componente de Application Insights.

favoriteId

string

El identificador de un favorito específico definido en el componente de Application Insights

options
RequestOptionsBase

Parámetros opcionales

Devoluciones

Promise<RestResponse>

Promise<msRest.RestResponse>

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

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

resourceName

string

Nombre del recurso de componente de Application Insights.

favoriteId

string

El identificador de un favorito específico definido en el componente de Application Insights

options
RequestOptionsBase

Parámetros opcionales

callback

ServiceCallback<void>

La devolución de llamada

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

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

resourceName

string

Nombre del recurso de componente de Application Insights.

favoriteId

string

El identificador de un favorito específico definido en el componente de Application Insights

callback

ServiceCallback<void>

La devolución de llamada

get(string, string, string, RequestOptionsBase)

Obtenga un solo favorito por su FavoriteId, definido dentro de un componente de Application Insights.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

resourceName

string

Nombre del recurso de componente de Application Insights.

favoriteId

string

El identificador de un favorito específico definido en el componente de Application Insights

options
RequestOptionsBase

Parámetros opcionales

Devoluciones

Promise<Models.FavoritesGetResponse>

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

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

resourceName

string

Nombre del recurso de componente de Application Insights.

favoriteId

string

El identificador de un favorito específico definido en el componente de Application Insights

options
RequestOptionsBase

Parámetros opcionales

callback

ServiceCallback<ApplicationInsightsComponentFavorite>

La devolución de llamada

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

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

resourceName

string

Nombre del recurso de componente de Application Insights.

favoriteId

string

El identificador de un favorito específico definido en el componente de Application Insights

callback

ServiceCallback<ApplicationInsightsComponentFavorite>

La devolución de llamada

list(string, string, FavoritesListOptionalParams)

Obtiene una lista de favoritos definidos dentro de un componente de Application Insights.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

resourceName

string

Nombre del recurso de componente de Application Insights.

options
FavoritesListOptionalParams

Parámetros opcionales

Devoluciones

Promise<Models.FavoritesListResponse>

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

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

resourceName

string

Nombre del recurso de componente de Application Insights.

options
FavoritesListOptionalParams

Parámetros opcionales

callback

ServiceCallback<ApplicationInsightsComponentFavorite[]>

La devolución de llamada

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

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

resourceName

string

Nombre del recurso de componente de Application Insights.

callback

ServiceCallback<ApplicationInsightsComponentFavorite[]>

La devolución de llamada

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

Novedades un favorito que ya se ha agregado a un componente de Application Insights.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

resourceName

string

Nombre del recurso de componente de Application Insights.

favoriteId

string

El identificador de un favorito específico definido en el componente de Application Insights

favoriteProperties
ApplicationInsightsComponentFavorite

Propiedades que deben especificarse para actualizar el favorito existente.

options
RequestOptionsBase

Parámetros opcionales

Devoluciones

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

resourceName

string

Nombre del recurso de componente de Application Insights.

favoriteId

string

El identificador de un favorito específico definido en el componente de Application Insights

favoriteProperties
ApplicationInsightsComponentFavorite

Propiedades que deben especificarse para actualizar el favorito existente.

options
RequestOptionsBase

Los parámetros opcionales

callback

ServiceCallback<ApplicationInsightsComponentFavorite>

La devolución de llamada

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

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

resourceName

string

Nombre del recurso de componente de Application Insights.

favoriteId

string

Identificador de un favorito específico definido en el componente de Application Insights

favoriteProperties
ApplicationInsightsComponentFavorite

Propiedades que deben especificarse para actualizar el favorito existente.

callback

ServiceCallback<ApplicationInsightsComponentFavorite>

La devolución de llamada