ManagedGrafanaPatchProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The properties parameters for a PATCH request to a grafana resource.
public class ManagedGrafanaPatchProperties
type ManagedGrafanaPatchProperties = class
Public Class ManagedGrafanaPatchProperties
- Inheritance
-
ManagedGrafanaPatchProperties
Constructors
ManagedGrafanaPatchProperties() |
Initializes a new instance of ManagedGrafanaPatchProperties. |
Properties
ApiKey |
The api key setting of the Grafana instance. |
DeterministicOutboundIP |
Whether a Grafana instance uses deterministic outbound IPs. |
EnterpriseConfigurations |
Enterprise settings of a Grafana instance. |
GrafanaConfigurationsSmtp |
Email server settings. https://grafana.com/docs/grafana/v9.0/setup-grafana/configure-grafana/#smtp |
GrafanaMajorVersion |
The major Grafana software version to target. |
GrafanaPlugins |
Update of Grafana plugin. Key is plugin id, value is plugin definition. If plugin definition is null, plugin with given plugin id will be removed. Otherwise, given plugin will be installed. |
MonitorWorkspaceIntegrations |
Gets the monitor workspace integrations. |
PublicNetworkAccess |
Indicate the state for enable or disable traffic over the public interface. |
ZoneRedundancy |
The zone redundancy setting of the Grafana instance. |
Applies to
Azure SDK for .NET