GetEntityInsightsPlainArgs

data class GetEntityInsightsPlainArgs(val addDefaultExtendedTimeRange: Boolean? = null, val endTime: String, val entityId: String, val insightQueryIds: List<String>? = null, val operationalInsightsResourceProvider: String, val resourceGroupName: String, val startTime: String, val workspaceName: String) : ConvertibleToJava<GetEntityInsightsPlainArgs>

Constructors

Link copied to clipboard
constructor(addDefaultExtendedTimeRange: Boolean? = null, endTime: String, entityId: String, insightQueryIds: List<String>? = null, operationalInsightsResourceProvider: String, resourceGroupName: String, startTime: String, workspaceName: String)

Properties

Link copied to clipboard

Indicates if query time range should be extended with default time range of the query. Default value is false

Link copied to clipboard

The end timeline date, so the results returned are before this date.

Link copied to clipboard

entity ID

Link copied to clipboard

List of Insights Query Id. If empty, default value is all insights of this entity

Link copied to clipboard

The namespace of workspaces resource provider- Microsoft.OperationalInsights.

Link copied to clipboard

The name of the resource group within the user's subscription. The name is case insensitive.

Link copied to clipboard

The start timeline date, so the results returned are after this date.

Link copied to clipboard

The name of the workspace.

Functions

Link copied to clipboard
open override fun toJava(): GetEntityInsightsPlainArgs