Share via


MonitorWorkspaceIntegration Class

Definition

Integrations for Azure Monitor Workspace.

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

Constructors

MonitorWorkspaceIntegration()

Initializes a new instance of MonitorWorkspaceIntegration.

Properties

MonitorWorkspaceResourceId

The resource Id of the connected Azure Monitor Workspace.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<MonitorWorkspaceIntegration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MonitorWorkspaceIntegration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MonitorWorkspaceIntegration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MonitorWorkspaceIntegration>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MonitorWorkspaceIntegration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to