Share via


AppSeenInfoList Class

Definition

Data Type for App Seen.

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

Properties

AppSeenList

array of appSeen.

Count

number of rows.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AppSeenInfoList>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AppSeenInfoList>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AppSeenInfoList>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AppSeenInfoList>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AppSeenInfoList>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to