Get Workspace Result
data class GetWorkspaceResult(val createdDate: String, val customerId: String, val eTag: String? = null, val features: WorkspaceFeaturesResponse? = null, val forceCmkForQuery: Boolean? = null, val id: String, val location: String, val modifiedDate: String, val name: String, val privateLinkScopedResources: List<PrivateLinkScopedResourceResponse>, val provisioningState: String? = null, val publicNetworkAccessForIngestion: String? = null, val publicNetworkAccessForQuery: String? = null, val retentionInDays: Int? = null, val sku: WorkspaceSkuResponse? = null, val tags: Map<String, String>? = null, val type: String, val workspaceCapping: WorkspaceCappingResponse? = null)
The top level Workspace resource container.
Constructors
Link copied to clipboard
constructor(createdDate: String, customerId: String, eTag: String? = null, features: WorkspaceFeaturesResponse? = null, forceCmkForQuery: Boolean? = null, id: String, location: String, modifiedDate: String, name: String, privateLinkScopedResources: List<PrivateLinkScopedResourceResponse>, provisioningState: String? = null, publicNetworkAccessForIngestion: String? = null, publicNetworkAccessForQuery: String? = null, retentionInDays: Int? = null, sku: WorkspaceSkuResponse? = null, tags: Map<String, String>? = null, type: String, workspaceCapping: WorkspaceCappingResponse? = null)
Properties
Link copied to clipboard
Workspace creation date.
Link copied to clipboard
This is a read-only property. Represents the ID associated with the workspace.
Link copied to clipboard
Workspace features.
Link copied to clipboard
Indicates whether customer managed storage is mandatory for query management.
Link copied to clipboard
Workspace modification date.
Link copied to clipboard
List of linked private link scope resources.
Link copied to clipboard
The provisioning state of the workspace.
Link copied to clipboard
The network access type for accessing Log Analytics ingestion.
Link copied to clipboard
The network access type for accessing Log Analytics query.
Link copied to clipboard
The workspace data retention in days. Allowed values are per pricing plan. See pricing tiers documentation for details.
Link copied to clipboard
The SKU of the workspace.
Link copied to clipboard
The daily volume cap for ingestion.