Share via


GrafanaIntegrationFabricProperties Class

Definition

The GrafanaIntegrationFabricProperties.

public class GrafanaIntegrationFabricProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Grafana.Models.GrafanaIntegrationFabricProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Grafana.Models.GrafanaIntegrationFabricProperties>
type GrafanaIntegrationFabricProperties = class
    interface IJsonModel<GrafanaIntegrationFabricProperties>
    interface IPersistableModel<GrafanaIntegrationFabricProperties>
Public Class GrafanaIntegrationFabricProperties
Implements IJsonModel(Of GrafanaIntegrationFabricProperties), IPersistableModel(Of GrafanaIntegrationFabricProperties)
Inheritance
GrafanaIntegrationFabricProperties
Implements

Constructors

GrafanaIntegrationFabricProperties()

Initializes a new instance of GrafanaIntegrationFabricProperties.

Properties

DataSourceResourceId

The resource Id of the Azure resource which is used to configure Grafana data source. E.g., an Azure Monitor Workspace, an Azure Data Explorer cluster, etc.

ProvisioningState

Provisioning state of the resource.

Scenarios

A list of integration scenarios covered by this integration fabric.

TargetResourceId

The resource Id of the Azure resource being integrated with Azure Managed Grafana. E.g., an Azure Kubernetes Service cluster.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<GrafanaIntegrationFabricProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<GrafanaIntegrationFabricProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<GrafanaIntegrationFabricProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<GrafanaIntegrationFabricProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<GrafanaIntegrationFabricProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to