Share via


RulestackChangelog Class

Definition

Changelog list.

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

Properties

Changes

list of changes.

LastCommittedOn

lastCommitted timestamp.

LastModifiedOn

lastModified timestamp.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<RulestackChangelog>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RulestackChangelog>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RulestackChangelog>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RulestackChangelog>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RulestackChangelog>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to