Get Azure Monitor Workspace Result
data class GetAzureMonitorWorkspaceResult(val accountId: String, val defaultIngestionSettings: AzureMonitorWorkspaceResponseDefaultIngestionSettings, val etag: String, val id: String, val location: String, val metrics: AzureMonitorWorkspaceResponseMetrics, val name: String, val provisioningState: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
An Azure Monitor Workspace definition
Constructors
Link copied to clipboard
constructor(accountId: String, defaultIngestionSettings: AzureMonitorWorkspaceResponseDefaultIngestionSettings, etag: String, id: String, location: String, metrics: AzureMonitorWorkspaceResponseMetrics, name: String, provisioningState: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)
Properties
Link copied to clipboard
The Data Collection Rule and Endpoint used for ingestion by default.
Link copied to clipboard
Information about metrics for the Azure Monitor workspace
Link copied to clipboard
The provisioning state of the Azure Monitor workspace. Set to Succeeded if everything is healthy.
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.