Share via


ActivityLogAlertPatch Class

Definition

An Activity Log Alert rule object for the body of patch operations.

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

Constructors

ActivityLogAlertPatch()

Initializes a new instance of ActivityLogAlertPatch.

Properties

IsEnabled

Indicates whether this Activity Log Alert rule is enabled. If an Activity Log Alert rule is not enabled, then none of its actions will be activated.

Tags

The resource tags.

Explicit Interface Implementations

IJsonModel<ActivityLogAlertPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ActivityLogAlertPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ActivityLogAlertPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ActivityLogAlertPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ActivityLogAlertPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to