ManagedGrafanaProperties interface
Properties specific to the grafana resource.
Properties
api |
The api key setting of the Grafana instance. |
auto |
Scope for dns deterministic name hash calculation. |
deterministic |
Whether a Grafana instance uses deterministic outbound IPs. |
endpoint | The endpoint of the Grafana instance. NOTE: This property will not be serialized. It can only be populated by the server. |
enterprise |
Enterprise settings of a Grafana instance |
grafana |
Server configurations of a Grafana instance |
grafana |
GrafanaIntegrations is a bundled observability experience (e.g. pre-configured data source, tailored Grafana dashboards, alerting defaults) for common monitoring scenarios. |
grafana |
The major Grafana software version to target. |
grafana |
Installed plugin list of the Grafana instance. Key is plugin id, value is plugin definition. |
grafana |
The Grafana software version. NOTE: This property will not be serialized. It can only be populated by the server. |
outbound |
List of outbound IPs if deterministicOutboundIP is enabled. NOTE: This property will not be serialized. It can only be populated by the server. |
private |
The private endpoint connections of the Grafana instance. NOTE: This property will not be serialized. It can only be populated by the server. |
provisioning |
Provisioning state of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
public |
Indicate the state for enable or disable traffic over the public interface. |
zone |
The zone redundancy setting of the Grafana instance. |
Property Details
apiKey
The api key setting of the Grafana instance.
apiKey?: string
Property Value
string
autoGeneratedDomainNameLabelScope
Scope for dns deterministic name hash calculation.
autoGeneratedDomainNameLabelScope?: string
Property Value
string
deterministicOutboundIP
Whether a Grafana instance uses deterministic outbound IPs.
deterministicOutboundIP?: string
Property Value
string
endpoint
The endpoint of the Grafana instance. NOTE: This property will not be serialized. It can only be populated by the server.
endpoint?: string
Property Value
string
enterpriseConfigurations
Enterprise settings of a Grafana instance
enterpriseConfigurations?: EnterpriseConfigurations
Property Value
grafanaConfigurations
Server configurations of a Grafana instance
grafanaConfigurations?: GrafanaConfigurations
Property Value
grafanaIntegrations
GrafanaIntegrations is a bundled observability experience (e.g. pre-configured data source, tailored Grafana dashboards, alerting defaults) for common monitoring scenarios.
grafanaIntegrations?: GrafanaIntegrations
Property Value
grafanaMajorVersion
The major Grafana software version to target.
grafanaMajorVersion?: string
Property Value
string
grafanaPlugins
Installed plugin list of the Grafana instance. Key is plugin id, value is plugin definition.
grafanaPlugins?: {[propertyName: string]: GrafanaPlugin}
Property Value
{[propertyName: string]: GrafanaPlugin}
grafanaVersion
The Grafana software version. NOTE: This property will not be serialized. It can only be populated by the server.
grafanaVersion?: string
Property Value
string
outboundIPs
List of outbound IPs if deterministicOutboundIP is enabled. NOTE: This property will not be serialized. It can only be populated by the server.
outboundIPs?: string[]
Property Value
string[]
privateEndpointConnections
The private endpoint connections of the Grafana instance. NOTE: This property will not be serialized. It can only be populated by the server.
privateEndpointConnections?: PrivateEndpointConnection[]
Property Value
provisioningState
Provisioning state of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
publicNetworkAccess
Indicate the state for enable or disable traffic over the public interface.
publicNetworkAccess?: string
Property Value
string
zoneRedundancy
The zone redundancy setting of the Grafana instance.
zoneRedundancy?: string
Property Value
string