다음을 통해 공유


AlertProcessingRuleRemoveAllGroupsAction Class

Definition

Indicates if all action groups should be removed.

public class AlertProcessingRuleRemoveAllGroupsAction : Azure.ResourceManager.AlertsManagement.Models.AlertProcessingRuleAction, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AlertsManagement.Models.AlertProcessingRuleRemoveAllGroupsAction>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AlertsManagement.Models.AlertProcessingRuleRemoveAllGroupsAction>
public class AlertProcessingRuleRemoveAllGroupsAction : Azure.ResourceManager.AlertsManagement.Models.AlertProcessingRuleAction
type AlertProcessingRuleRemoveAllGroupsAction = class
    inherit AlertProcessingRuleAction
    interface IJsonModel<AlertProcessingRuleRemoveAllGroupsAction>
    interface IPersistableModel<AlertProcessingRuleRemoveAllGroupsAction>
type AlertProcessingRuleRemoveAllGroupsAction = class
    inherit AlertProcessingRuleAction
Public Class AlertProcessingRuleRemoveAllGroupsAction
Inherits AlertProcessingRuleAction
Implements IJsonModel(Of AlertProcessingRuleRemoveAllGroupsAction), IPersistableModel(Of AlertProcessingRuleRemoveAllGroupsAction)
Public Class AlertProcessingRuleRemoveAllGroupsAction
Inherits AlertProcessingRuleAction
Inheritance
AlertProcessingRuleRemoveAllGroupsAction
Implements

Constructors

AlertProcessingRuleRemoveAllGroupsAction()

Initializes a new instance of AlertProcessingRuleRemoveAllGroupsAction.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AlertProcessingRuleAction>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from AlertProcessingRuleAction)
IJsonModel<AlertProcessingRuleAction>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from AlertProcessingRuleAction)
IJsonModel<AlertProcessingRuleRemoveAllGroupsAction>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AlertProcessingRuleRemoveAllGroupsAction>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AlertProcessingRuleAction>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from AlertProcessingRuleAction)
IPersistableModel<AlertProcessingRuleAction>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from AlertProcessingRuleAction)
IPersistableModel<AlertProcessingRuleAction>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from AlertProcessingRuleAction)
IPersistableModel<AlertProcessingRuleRemoveAllGroupsAction>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AlertProcessingRuleRemoveAllGroupsAction>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AlertProcessingRuleRemoveAllGroupsAction>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to