你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

Name Description
Data

Gets the data.

DateTimeBegin

Gets the date time begin.

DateTimeEnd

Gets the date time end.

Groups

Gets the groups.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, 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