WafRankingsResponse Class

Definition

Waf Rankings Response.

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

Properties

Name Description
Data

Gets the Data.

DateTimeBegin

Gets the DateTimeBegin.

DateTimeEnd

Gets the DateTimeEnd.

Groups

Gets the Groups.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<WafRankingsResponse>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<WafRankingsResponse>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<WafRankingsResponse>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<WafRankingsResponse>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to