ConnectorGraphQuery Class

Definition

The graph query to show the volume of data arriving into the workspace over time.

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

Constructors

ConnectorGraphQuery(String, String, String)

Initializes a new instance of ConnectorGraphQuery.

Properties

BaseQuery

Gets or sets the base query for the graph. The base query is wrapped by Sentinel UI infra with a KQL query, that measures the volume over time.

Legend

Gets or sets the legend for the graph.

MetricName

Gets or sets the metric name that the query is checking. For example: 'Total data receive'.

Explicit Interface Implementations

IJsonModel<ConnectorGraphQuery>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ConnectorGraphQuery>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ConnectorGraphQuery>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ConnectorGraphQuery>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ConnectorGraphQuery>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to