GetAnalyticsWorkspaceResult

data class GetAnalyticsWorkspaceResult(val dailyQuotaGb: Double, val id: String, val location: String, val name: String, val primarySharedKey: String, val resourceGroupName: String, val retentionInDays: Int, val secondarySharedKey: String, val sku: String, val tags: Map<String, String>, val workspaceId: String)

A collection of values returned by getAnalyticsWorkspace.

Constructors

Link copied to clipboard
constructor(dailyQuotaGb: Double, id: String, location: String, name: String, primarySharedKey: String, resourceGroupName: String, retentionInDays: Int, secondarySharedKey: String, sku: String, tags: Map<String, String>, workspaceId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The workspace daily quota for ingestion in GB.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The Primary shared key for the Log Analytics Workspace.

Link copied to clipboard
Link copied to clipboard

The workspace data retention in days.

Link copied to clipboard

The Secondary shared key for the Log Analytics Workspace.

Link copied to clipboard
val sku: String

The SKU of the Log Analytics Workspace.

Link copied to clipboard

A mapping of tags assigned to the resource.

Link copied to clipboard

The Workspace (or Customer) ID for the Log Analytics Workspace.