Share via


ActionGroupEnableContent Class

Definition

Describes a receiver that should be resubscribed.

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

Constructors

ActionGroupEnableContent(String)

Initializes a new instance of ActionGroupEnableContent.

Properties

ReceiverName

The name of the receiver to resubscribe.

Explicit Interface Implementations

IJsonModel<ActionGroupEnableContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ActionGroupEnableContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ActionGroupEnableContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ActionGroupEnableContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ActionGroupEnableContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to