Class GetFavoriteResult
- java.lang.Object
-
- com.pulumi.azurenative.insights.outputs.GetFavoriteResult
-
public final class GetFavoriteResult extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetFavoriteResult.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetFavoriteResult.Builder
builder()
static GetFavoriteResult.Builder
builder(GetFavoriteResult defaults)
java.util.Optional<java.lang.String>
category()
java.util.Optional<java.lang.String>
config()
java.lang.String
favoriteId()
java.util.Optional<java.lang.String>
favoriteType()
java.util.Optional<java.lang.Boolean>
isGeneratedFromTemplate()
java.util.Optional<java.lang.String>
name()
java.util.Optional<java.lang.String>
sourceType()
java.util.List<java.lang.String>
tags()
java.lang.String
timeModified()
java.lang.String
userId()
java.util.Optional<java.lang.String>
version()
-
-
-
Method Detail
-
category
public java.util.Optional<java.lang.String> category()
- Returns:
- Favorite category, as defined by the user at creation time.
-
config
public java.util.Optional<java.lang.String> config()
- Returns:
- Configuration of this particular favorite, which are driven by the Azure portal UX. Configuration data is a string containing valid JSON
-
favoriteId
public java.lang.String favoriteId()
- Returns:
- Internally assigned unique id of the favorite definition.
-
favoriteType
public java.util.Optional<java.lang.String> favoriteType()
- Returns:
- 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.
-
isGeneratedFromTemplate
public java.util.Optional<java.lang.Boolean> isGeneratedFromTemplate()
- Returns:
- Flag denoting wether or not this favorite was generated from a template.
-
name
public java.util.Optional<java.lang.String> name()
- Returns:
- The user-defined name of the favorite.
-
sourceType
public java.util.Optional<java.lang.String> sourceType()
- Returns:
- The source of the favorite definition.
-
tags
public java.util.List<java.lang.String> tags()
- Returns:
- A list of 0 or more tags that are associated with this favorite definition
-
timeModified
public java.lang.String timeModified()
- Returns:
- Date and time in UTC of the last modification that was made to this favorite definition.
-
userId
public java.lang.String userId()
- Returns:
- Unique user id of the specific user that owns this favorite.
-
version
public java.util.Optional<java.lang.String> version()
- Returns:
- 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.
-
builder
public static GetFavoriteResult.Builder builder()
-
builder
public static GetFavoriteResult.Builder builder(GetFavoriteResult defaults)
-
-