Get Entity Insights Plain Args
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
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
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 name of the workspace.