ApplicationInsightsComponentFavorite Interface

public interface ApplicationInsightsComponentFavorite

An immutable client-side representation of ApplicationInsightsComponentFavorite.

Method Summary

Modifier and Type Method and Description
abstract String category()

Gets the category property: Favorite category, as defined by the user at creation time.

abstract String config()

Gets the config property: Configuration of this particular favorite, which are driven by the Azure portal UX.

abstract String favoriteId()

Gets the favoriteId property: Internally assigned unique id of the favorite definition.

abstract FavoriteType favoriteType()

Gets the favoriteType property: Enum indicating if this favorite definition is owned by a specific user or is shared between all users with access to the Application Insights component.

abstract ApplicationInsightsComponentFavoriteInner innerModel()

Gets the inner com.azure.resourcemanager.applicationinsights.fluent.models.ApplicationInsightsComponentFavoriteInner object.

abstract Boolean isGeneratedFromTemplate()

Gets the isGeneratedFromTemplate property: Flag denoting wether or not this favorite was generated from a template.

abstract String name()

Gets the name property: The user-defined name of the favorite.

abstract String sourceType()

Gets the sourceType property: The source of the favorite definition.

abstract List<String> tags()

Gets the tags property: A list of 0 or more tags that are associated with this favorite definition.

abstract String timeModified()

Gets the timeModified property: Date and time in UTC of the last modification that was made to this favorite definition.

abstract String userId()

Gets the userId property: Unique user id of the specific user that owns this favorite.

abstract String version()

Gets the version property: This instance's version of the data model.

Method Details

category

public abstract String category()

Gets the category property: Favorite category, as defined by the user at creation time.

Returns:

the category value.

config

public abstract String config()

Gets the config property: Configuration of this particular favorite, which are driven by the Azure portal UX. Configuration data is a string containing valid JSON.

Returns:

the config value.

favoriteId

public abstract String favoriteId()

Gets the favoriteId property: Internally assigned unique id of the favorite definition.

Returns:

the favoriteId value.

favoriteType

public abstract FavoriteType favoriteType()

Gets the favoriteType property: Enum indicating if this favorite definition is owned by a specific user or is shared between all users with access to the Application Insights component.

Returns:

the favoriteType value.

innerModel

public abstract ApplicationInsightsComponentFavoriteInner innerModel()

Gets the inner com.azure.resourcemanager.applicationinsights.fluent.models.ApplicationInsightsComponentFavoriteInner object.

Returns:

the inner object.

isGeneratedFromTemplate

public abstract Boolean isGeneratedFromTemplate()

Gets the isGeneratedFromTemplate property: Flag denoting wether or not this favorite was generated from a template.

Returns:

the isGeneratedFromTemplate value.

name

public abstract String name()

Gets the name property: The user-defined name of the favorite.

Returns:

the name value.

sourceType

public abstract String sourceType()

Gets the sourceType property: The source of the favorite definition.

Returns:

the sourceType value.

tags

public abstract List tags()

Gets the tags property: A list of 0 or more tags that are associated with this favorite definition.

Returns:

the tags value.

timeModified

public abstract String timeModified()

Gets the timeModified property: Date and time in UTC of the last modification that was made to this favorite definition.

Returns:

the timeModified value.

userId

public abstract String userId()

Gets the userId property: Unique user id of the specific user that owns this favorite.

Returns:

the userId value.

version

public abstract String version()

Gets the version property: This instance's version of the data model. This can change as new features are added that can be marked favorite. Current examples include MetricsExplorer (ME) and Search.

Returns:

the version value.

Applies to