Package version:

The top level Workspace resource container.

Hierarchy

Properties

createdDate?: string

Workspace creation date. NOTE: This property will not be serialized. It can only be populated by the server.

customerId?: string

This is a read-only property. Represents the ID associated with the workspace. NOTE: This property will not be serialized. It can only be populated by the server.

defaultDataCollectionRuleResourceId?: string

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}.

etag?: string

Resource Etag. NOTE: This property will not be serialized. It can only be populated by the server.

Workspace features.

forceCmkForQuery?: boolean

Indicates whether customer managed storage is mandatory for query management.

id?: string

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server.

identity?: Identity

The identity of the resource.

modifiedDate?: string

Workspace modification date. NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.

privateLinkScopedResources?: PrivateLinkScopedResource[]

List of linked private link scope resources. NOTE: This property will not be serialized. It can only be populated by the server.

provisioningState?: string

The provisioning state of the workspace. NOTE: This property will not be serialized. It can only be populated by the server.

publicNetworkAccessForIngestion?: string

The network access type for accessing Log Analytics ingestion.

publicNetworkAccessForQuery?: string

The network access type for accessing Log Analytics query.

retentionInDays?: number

The workspace data retention in days. Allowed values are per pricing plan. See pricing tiers documentation for details.

The SKU of the workspace.

tags?: {
    [propertyName: string]: string;
}

Resource tags. Optional.

Type declaration

  • [propertyName: string]: string
type?: string

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server.

workspaceCapping?: WorkspaceCapping

The daily volume cap for ingestion.

Generated using TypeDoc