GovernanceEmailNotification Class

Definition

The governance email weekly notification configuration.

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

Constructors

GovernanceEmailNotification()

Initializes a new instance of GovernanceEmailNotification.

Properties

IsManagerEmailNotificationDisabled

Exclude manager from weekly email notification.

IsOwnerEmailNotificationDisabled

Exclude owner from weekly email notification.

Explicit Interface Implementations

IJsonModel<GovernanceEmailNotification>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<GovernanceEmailNotification>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<GovernanceEmailNotification>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<GovernanceEmailNotification>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<GovernanceEmailNotification>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to