Share via


EdlMatchCategory Class

Definition

URL/EDL to match.

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

Constructors

EdlMatchCategory(IEnumerable<String>, IEnumerable<String>)

Initializes a new instance of EdlMatchCategory.

Properties

Feeds

feed list.

UrlCustom

custom URL.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<EdlMatchCategory>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<EdlMatchCategory>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<EdlMatchCategory>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<EdlMatchCategory>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<EdlMatchCategory>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to