GetGrafanaResult

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.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val id: String

ARM id of the grafana resource

Link copied to clipboard

The managed identity of the grafana resource.

Link copied to clipboard
val location: String? = null

The geo-location where the grafana resource lives

Link copied to clipboard

Name of the grafana resource.

Link copied to clipboard

Properties specific to the grafana resource.

Link copied to clipboard

The Sku of the grafana resource.

Link copied to clipboard

The system meta data relating to this grafana resource.

Link copied to clipboard
val tags: Map<String, String>? = null

The tags for grafana resource.

Link copied to clipboard

The type of the grafana resource.