Share via


ElasticTrafficFilterResponse Class

Definition

List of elastic traffic filters in the account.

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

Properties

Name Description
Rulesets

List of elastic traffic filters in the account.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<ElasticTrafficFilterResponse>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ElasticTrafficFilterResponse>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ElasticTrafficFilterResponse>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ElasticTrafficFilterResponse>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ElasticTrafficFilterResponse>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to