Class GetAnalyticsItemResult
- java.lang.Object
-
- com.pulumi.azurenative.insights.outputs.GetAnalyticsItemResult
-
public final class GetAnalyticsItemResult extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetAnalyticsItemResult.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetAnalyticsItemResult.Builder
builder()
static GetAnalyticsItemResult.Builder
builder(GetAnalyticsItemResult defaults)
java.util.Optional<java.lang.String>
content()
java.util.Optional<java.lang.String>
id()
java.util.Optional<java.lang.String>
name()
ApplicationInsightsComponentAnalyticsItemPropertiesResponse
properties()
java.util.Optional<java.lang.String>
scope()
java.lang.String
timeCreated()
java.lang.String
timeModified()
java.util.Optional<java.lang.String>
type()
java.lang.String
version()
-
-
-
Method Detail
-
content
public java.util.Optional<java.lang.String> content()
- Returns:
- The content of this item
-
id
public java.util.Optional<java.lang.String> id()
- Returns:
- Internally assigned unique id of the item definition.
-
name
public java.util.Optional<java.lang.String> name()
- Returns:
- The user-defined name of the item.
-
properties
public ApplicationInsightsComponentAnalyticsItemPropertiesResponse properties()
- Returns:
- A set of properties that can be defined in the context of a specific item type. Each type may have its own properties.
-
scope
public java.util.Optional<java.lang.String> scope()
- Returns:
- Enum indicating if this item definition is owned by a specific user or is shared between all users with access to the Application Insights component.
-
timeCreated
public java.lang.String timeCreated()
- Returns:
- Date and time in UTC when this item was created.
-
timeModified
public java.lang.String timeModified()
- Returns:
- Date and time in UTC of the last modification that was made to this item.
-
type
public java.util.Optional<java.lang.String> type()
- Returns:
- Enum indicating the type of the Analytics item.
-
version
public java.lang.String version()
- Returns:
- This instance's version of the data model. This can change as new features are added.
-
builder
public static GetAnalyticsItemResult.Builder builder()
-
builder
public static GetAnalyticsItemResult.Builder builder(GetAnalyticsItemResult defaults)
-
-