Package-level declarations

Types

Link copied to clipboard
data class AzureMonitorWorkspaceIntegrationResponse(val azureMonitorWorkspaceResourceId: String? = null)

Integrations for Azure Monitor Workspace.

Link copied to clipboard
data class EnterpriseConfigurationsResponse(val marketplaceAutoRenew: String? = null, val marketplacePlanId: String? = null)

Enterprise settings of a Grafana instance

Link copied to clipboard
data class GetGrafanaResult(val azureApiVersion: String, val id: String, val identity: ManagedServiceIdentityResponse? = null, val location: String? = null, val name: String, val properties: ManagedGrafanaPropertiesResponse, val sku: ResourceSkuResponse? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)

The grafana resource type.

Link copied to clipboard
data class GetIntegrationFabricResult(val azureApiVersion: String, val id: String, val location: String, val name: String, val properties: IntegrationFabricPropertiesResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)

The integration fabric resource type.

Link copied to clipboard
data class GetManagedPrivateEndpointResult(val azureApiVersion: String, val connectionState: ManagedPrivateEndpointConnectionStateResponse, val groupIds: List<String>? = null, val id: String, val location: String, val name: String, val privateLinkResourceId: String? = null, val privateLinkResourceRegion: String? = null, val privateLinkServicePrivateIP: String, val privateLinkServiceUrl: String? = null, val provisioningState: String, val requestMessage: String? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)

The managed private endpoint resource type.

Link copied to clipboard
data class GetPrivateEndpointConnectionResult(val azureApiVersion: String, val groupIds: List<String>? = null, 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 GrafanaConfigurationsResponse(val security: SecurityResponse? = null, val smtp: SmtpResponse? = null, val snapshots: SnapshotsResponse? = null, val users: UsersResponse? = null)

Server configurations of a Grafana instance

Link copied to clipboard
data class GrafanaIntegrationsResponse(val azureMonitorWorkspaceIntegrations: List<AzureMonitorWorkspaceIntegrationResponse>? = null)

GrafanaIntegrations is a bundled observability experience (e.g. pre-configured data source, tailored Grafana dashboards, alerting defaults) for common monitoring scenarios.

Link copied to clipboard
data class GrafanaPluginResponse(val pluginId: String)

Plugin of Grafana

Link copied to clipboard
data class IntegrationFabricPropertiesResponse(val dataSourceResourceId: String? = null, val provisioningState: String, val scenarios: List<String>? = null, val targetResourceId: String? = null)
Link copied to clipboard
data class ManagedGrafanaPropertiesResponse(val apiKey: String? = null, val autoGeneratedDomainNameLabelScope: String? = null, val deterministicOutboundIP: String? = null, val endpoint: String, val enterpriseConfigurations: EnterpriseConfigurationsResponse? = null, val grafanaConfigurations: GrafanaConfigurationsResponse? = null, val grafanaIntegrations: GrafanaIntegrationsResponse? = null, val grafanaMajorVersion: String? = null, val grafanaPlugins: Map<String, GrafanaPluginResponse>? = null, val grafanaVersion: String, val outboundIPs: List<String>, val privateEndpointConnections: List<PrivateEndpointConnectionResponse>, val provisioningState: String, val publicNetworkAccess: String? = null, val zoneRedundancy: String? = null)

Properties specific to the grafana resource.

data class ManagedPrivateEndpointConnectionStateResponse(val description: String, val status: String)

The state of managed private endpoint connection.

Link copied to clipboard
data class ManagedServiceIdentityResponse(val principalId: String, val tenantId: String, val type: String, val userAssignedIdentities: Map<String, UserAssignedIdentityResponse>? = null)

Managed service identity (system assigned and/or user assigned identities)

Link copied to clipboard
data class PrivateEndpointConnectionResponse(val groupIds: List<String>? = null, 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 ResourceSkuResponse(val name: String)
Link copied to clipboard
data class SecurityResponse(val csrfAlwaysCheck: Boolean? = null)

Grafana security settings

Link copied to clipboard
data class SmtpResponse(val enabled: Boolean? = null, val fromAddress: String? = null, val fromName: String? = null, val host: String? = null, val password: String? = null, val skipVerify: Boolean? = null, val startTLSPolicy: String? = null, val user: String? = null)

Email server settings. https://grafana.com/docs/grafana/v9.0/setup-grafana/configure-grafana/#smtp

Link copied to clipboard
data class SnapshotsResponse(val externalEnabled: Boolean? = null)

Grafana Snapshots settings

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.

Link copied to clipboard
data class UserAssignedIdentityResponse(val clientId: String, val principalId: String)

User assigned identity properties

Link copied to clipboard
data class UsersResponse(val viewersCanEdit: Boolean? = null)

Grafana users settings