WafMetricsResponse Class

Definition

Waf Metrics Response.

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

Properties

Name Description
DateTimeBegin

Gets the DateTimeBegin.

DateTimeEnd

Gets the DateTimeEnd.

Granularity

Gets the Granularity.

Series

Gets the Series.

Methods

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

Explicit Interface Implementations

Name Description
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