Get Grafana Result
data class GetGrafanaResult(val apiKeyEnabled: Boolean, val autoGeneratedDomainNameLabelScope: String, val azureMonitorWorkspaceIntegrations: List<GetGrafanaAzureMonitorWorkspaceIntegration>, val deterministicOutboundIpEnabled: Boolean, val endpoint: String, val grafanaMajorVersion: String, val grafanaVersion: String, val id: String, val identity: GetGrafanaIdentity? = null, val location: String, val name: String, val outboundIps: List<String>, val publicNetworkAccessEnabled: Boolean, val resourceGroupName: String, val sku: String, val tags: Map<String, String>, val zoneRedundancyEnabled: Boolean)
A collection of values returned by getGrafana.
Constructors
Link copied to clipboard
constructor(apiKeyEnabled: Boolean, autoGeneratedDomainNameLabelScope: String, azureMonitorWorkspaceIntegrations: List<GetGrafanaAzureMonitorWorkspaceIntegration>, deterministicOutboundIpEnabled: Boolean, endpoint: String, grafanaMajorVersion: String, grafanaVersion: String, id: String, identity: GetGrafanaIdentity? = null, location: String, name: String, outboundIps: List<String>, publicNetworkAccessEnabled: Boolean, resourceGroupName: String, sku: String, tags: Map<String, String>, zoneRedundancyEnabled: Boolean)
Properties
Link copied to clipboard
Whether the api key setting of the Grafana instance is enabled.
Link copied to clipboard
Scope for dns deterministic name hash calculation.
Link copied to clipboard
Integrations for Azure Monitor Workspace.
Link copied to clipboard
Whether the Grafana instance uses deterministic outbound IPs.
Link copied to clipboard
Major version of Grafana instance.
Link copied to clipboard
The full Grafana software semantic version deployed.
Link copied to clipboard
The managed identity of the grafana resource.
Link copied to clipboard
Link copied to clipboard
Whether or not public endpoint access is allowed for this server.
Link copied to clipboard
Link copied to clipboard
The zone redundancy setting of the Grafana instance.