LogAnalyticsQueryPackPatch Class

Definition

A container holding only the Tags for a resource, allowing the user to update the tags on a QueryPack instance.

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

Constructors

LogAnalyticsQueryPackPatch()

Initializes a new instance of LogAnalyticsQueryPackPatch.

Properties

Tags

Resource tags.

Explicit Interface Implementations

IJsonModel<LogAnalyticsQueryPackPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<LogAnalyticsQueryPackPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<LogAnalyticsQueryPackPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<LogAnalyticsQueryPackPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<LogAnalyticsQueryPackPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to