OperationalInsightsTag Class

Definition

A tag of a saved search.

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

Constructors

OperationalInsightsTag(String, String)

Initializes a new instance of OperationalInsightsTag.

Properties

Name

The tag name.

Value

The tag value.

Explicit Interface Implementations

IJsonModel<OperationalInsightsTag>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<OperationalInsightsTag>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<OperationalInsightsTag>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<OperationalInsightsTag>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<OperationalInsightsTag>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to