Share via


ActionGroupPatch Class

Definition

An action group object for the body of patch operations.

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

Constructors

ActionGroupPatch()

Initializes a new instance of ActionGroupPatch.

Properties

IsEnabled

Indicates whether this action group is enabled. If an action group is not enabled, then none of its actions will be activated.

Tags

Resource tags.

Explicit Interface Implementations

IJsonModel<ActionGroupPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ActionGroupPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ActionGroupPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ActionGroupPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ActionGroupPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to