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

Actualiza 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 no 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 crear un nuevo favorito y agregarlo a un componente de Application Insights.

options
RequestOptionsBase

Los 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 no 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 crear un nuevo favorito y agregarlo a un componente de Application Insights.

options
RequestOptionsBase

Los parámetros opcionales

callback

ServiceCallback<ApplicationInsightsComponentFavorite>

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 no 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 crear un nuevo favorito y agregarlo a un componente de Application Insights.

callback

ServiceCallback<ApplicationInsightsComponentFavorite>

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

options
RequestOptionsBase

Los parámetros opcionales

Devoluciones

Promise<RestResponse>

Promesa<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 no 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

options
RequestOptionsBase

Los parámetros opcionales

callback

ServiceCallback<void>

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

callback

ServiceCallback<void>

Devolución de llamada

get(string, string, string, RequestOptionsBase)

Obtenga un único 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 no 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

options
RequestOptionsBase

Los parámetros opcionales

Devoluciones

Modelos de promesa.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 no 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

options
RequestOptionsBase

Los parámetros opcionales

callback

ServiceCallback<ApplicationInsightsComponentFavorite>

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

callback

ServiceCallback<ApplicationInsightsComponentFavorite>

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 no distingue mayúsculas de minúsculas.

resourceName

string

Nombre del recurso de componente de Application Insights.

options
FavoritesListOptionalParams

Los 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 no distingue mayúsculas de minúsculas.

resourceName

string

Nombre del recurso de componente de Application Insights.

options
FavoritesListOptionalParams

Los parámetros opcionales

callback

ServiceCallback<ApplicationInsightsComponentFavorite[]>

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 no distingue mayúsculas de minúsculas.

resourceName

string

Nombre del recurso de componente de Application Insights.

callback

ServiceCallback<ApplicationInsightsComponentFavorite[]>

Devolución de llamada

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

Actualiza 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 no 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.

options
RequestOptionsBase

Los parámetros opcionales

Devoluciones

Modelos de promesa.FavoritosActualizaciónRespuesta<>

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 no 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.

options
RequestOptionsBase

Los parámetros opcionales

callback

ServiceCallback<ApplicationInsightsComponentFavorite>

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

Devolución de llamada