MonitorWorkspaceIntegration 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.
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>
type MonitorWorkspaceIntegration = class
interface IJsonModel<MonitorWorkspaceIntegration>
interface IPersistableModel<MonitorWorkspaceIntegration>
Public Class MonitorWorkspaceIntegration
Implements IJsonModel(Of MonitorWorkspaceIntegration), IPersistableModel(Of 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. |