Get Grafana Result
data class GetGrafanaResult(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(id: String, identity: ManagedServiceIdentityResponse? = null, location: String? = null, name: String, properties: ManagedGrafanaPropertiesResponse, sku: ResourceSkuResponse? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)