Share via


WafMetricsResponse Class

Definition

Waf Metrics Response Serialized Name: WafMetricsResponse

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

Properties

DateTimeBegin

Serialized Name: WafMetricsResponse.dateTimeBegin.

DateTimeEnd

Serialized Name: WafMetricsResponse.dateTimeEnd.

Granularity

Serialized Name: WafMetricsResponse.granularity.

Series

Serialized Name: WafMetricsResponse.series.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<WafMetricsResponse>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<WafMetricsResponse>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<WafMetricsResponse>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<WafMetricsResponse>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<WafMetricsResponse>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to