Share via


EventGridAndResourceGraph Class

Definition

Specifies eventGridAndResourceGraph related Scheduled Event related configurations.

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

Constructors

EventGridAndResourceGraph()

Initializes a new instance of EventGridAndResourceGraph.

Properties

IsEnabled

Specifies if event grid and resource graph is enabled for Scheduled event related configurations.

ScheduledEventsApiVersion

Specifies the api-version to determine which Scheduled Events configuration schema version will be delivered.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<EventGridAndResourceGraph>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<EventGridAndResourceGraph>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<EventGridAndResourceGraph>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<EventGridAndResourceGraph>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<EventGridAndResourceGraph>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to