Get Workspace Result
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
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
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