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)

Properties related to the metrics container in 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 privateEndpointConnections: List<PrivateEndpointConnectionResponse>, val provisioningState: String, val publicNetworkAccess: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)

An Azure Monitor Workspace definition

Link copied to clipboard
data class PrivateEndpointConnectionResponse(val groupIds: List<String>, val id: String, val name: String, val privateEndpoint: PrivateEndpointResponse? = null, val privateLinkServiceConnectionState: PrivateLinkServiceConnectionStateResponse, val provisioningState: String, val systemData: SystemDataResponse, val type: String)

The private endpoint connection resource.

Link copied to clipboard
data class PrivateEndpointResponse(val id: String)

The private endpoint resource.

data class PrivateLinkServiceConnectionStateResponse(val actionsRequired: String? = null, val description: String? = null, val status: String? = null)

A collection of information about the state of the connection between service consumer and provider.

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.