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 : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Grafana.Models.ManagedGrafanaPatchProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Grafana.Models.ManagedGrafanaPatchProperties>
public class ManagedGrafanaPatchProperties
type ManagedGrafanaPatchProperties = class
interface IJsonModel<ManagedGrafanaPatchProperties>
interface IPersistableModel<ManagedGrafanaPatchProperties>
type ManagedGrafanaPatchProperties = class
Public Class ManagedGrafanaPatchProperties
Implements IJsonModel(Of ManagedGrafanaPatchProperties), IPersistableModel(Of ManagedGrafanaPatchProperties)
Public Class ManagedGrafanaPatchProperties
- Inheritance
-
ManagedGrafanaPatchProperties
- Implements
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. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<ManagedGrafanaPatchProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ManagedGrafanaPatchProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ManagedGrafanaPatchProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ManagedGrafanaPatchProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ManagedGrafanaPatchProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET