GetWorkspaceResult

data class GetWorkspaceResult(val defaultDataCollectionEndpointId: String, val defaultDataCollectionRuleId: String, val id: String, val location: String, val name: String, val publicNetworkAccessEnabled: Boolean, val queryEndpoint: String, val resourceGroupName: String, val tags: Map<String, String>)

A collection of values returned by getWorkspace.

Constructors

Link copied to clipboard
constructor(defaultDataCollectionEndpointId: String, defaultDataCollectionRuleId: String, id: String, location: String, name: String, publicNetworkAccessEnabled: Boolean, queryEndpoint: String, resourceGroupName: String, tags: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the managed default Data Collection Endpoint created with the Azure Monitor Workspace.

Link copied to clipboard

The ID of the managed default Data Collection Rule created with the Azure Monitor Workspace.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The Azure Region where the Workspace is located.

Link copied to clipboard
Link copied to clipboard

Whether network access from public internet to the Workspace are allowed.

Link copied to clipboard

The query endpoint for the Azure Monitor Workspace.

Link copied to clipboard
Link copied to clipboard

A mapping of tags that are assigned to the Workspace.