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>
public class WafRankingsResponse
type WafRankingsResponse = class
    interface IJsonModel<WafRankingsResponse>
    interface IPersistableModel<WafRankingsResponse>
type WafRankingsResponse = class
Public Class WafRankingsResponse
Implements IJsonModel(Of WafRankingsResponse), IPersistableModel(Of WafRankingsResponse)
Public Class WafRankingsResponse
Inheritance
WafRankingsResponse
Implements

Properties

Data

Gets the data.

DateTimeBegin

Gets the date time begin.

DateTimeEnd

Gets the date time end.

Groups

Gets the groups.

Explicit Interface Implementations

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