Package-level declarations

Types

data class AzureMonitorWorkspaceResponseDefaultIngestionSettings(val dataCollectionEndpointResourceId: String, val dataCollectionRuleResourceId: String)

The Data Collection Rule and Endpoint used for ingestion by default.

Link copied to clipboard
data class AzureMonitorWorkspaceResponseMetrics(val internalId: String, val prometheusQueryEndpoint: String)

Information about metrics for the Azure Monitor workspace

Link copied to clipboard
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

Link copied to clipboard
data class SystemDataResponse(val createdAt: String? = null, val createdBy: String? = null, val createdByType: String? = null, val lastModifiedAt: String? = null, val lastModifiedBy: String? = null, val lastModifiedByType: String? = null)

Metadata pertaining to creation and last modification of the resource.