GetWorkspaceResult

data class GetWorkspaceResult(val azureApiVersion: String, val createdDate: String, val customerId: String, val defaultDataCollectionRuleResourceId: String? = null, val etag: String? = null, val features: WorkspaceFeaturesResponse? = null, val forceCmkForQuery: Boolean? = null, val id: String, val identity: IdentityResponse? = null, val location: String, val modifiedDate: String, val name: String, val privateLinkScopedResources: List<PrivateLinkScopedResourceResponse>, val provisioningState: String, val publicNetworkAccessForIngestion: String? = null, val publicNetworkAccessForQuery: String? = null, val retentionInDays: Int? = null, val sku: WorkspaceSkuResponse? = null, val systemData: SystemDataResponse, 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(azureApiVersion: String, createdDate: String, customerId: String, defaultDataCollectionRuleResourceId: String? = null, etag: String? = null, features: WorkspaceFeaturesResponse? = null, forceCmkForQuery: Boolean? = null, id: String, identity: IdentityResponse? = null, location: String, modifiedDate: String, name: String, privateLinkScopedResources: List<PrivateLinkScopedResourceResponse>, provisioningState: String, publicNetworkAccessForIngestion: String? = null, publicNetworkAccessForQuery: String? = null, retentionInDays: Int? = null, sku: WorkspaceSkuResponse? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String, workspaceCapping: WorkspaceCappingResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

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

The resource ID of the default Data Collection Rule to use for this workspace. Expected format is - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/dataCollectionRules/{dcrName}.

Link copied to clipboard
val etag: String? = null

The etag of 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
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard

The identity of the resource.

Link copied to clipboard

The geo-location where the resource lives

Link copied to clipboard

Workspace modification date.

Link copied to clipboard

The name of the resource

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
val retentionInDays: Int? = null

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

Metadata pertaining to creation and last modification of the resource.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Link copied to clipboard

The daily volume cap for ingestion.