Get Entities Get Timeline Plain Args
data class GetEntitiesGetTimelinePlainArgs(val endTime: String, val entityId: String, val kinds: List<Either<String, EntityTimelineKind>>? = null, val numberOfBucket: Int? = null, val operationalInsightsResourceProvider: String, val resourceGroupName: String, val startTime: String, val workspaceName: String) : ConvertibleToJava<GetEntitiesGetTimelinePlainArgs>
Properties
Link copied to clipboard
Array of timeline Item kinds.
Link copied to clipboard
The number of bucket for timeline queries aggregation.
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.