Share via


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

Gets the date time begin.

DateTimeEnd

Gets the date time end.

Granularity

Gets the granularity.

Series

Gets the series.

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