WafMetricsResponse Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Waf Metrics Response
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.WafMetricsResponseTypeConverter))]
public class WafMetricsResponse : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IWafMetricsResponse
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.WafMetricsResponseTypeConverter))>]
type WafMetricsResponse = class
interface IWafMetricsResponse
interface IJsonSerializable
Public Class WafMetricsResponse
Implements IWafMetricsResponse
- Inheritance
-
WafMetricsResponse
- Attributes
- Implements
Constructors
WafMetricsResponse() |
Creates an new WafMetricsResponse instance. |
Properties
DateTimeBegin | |
DateTimeEnd | |
Granularity | |
Series |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of WafMetricsResponse. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of WafMetricsResponse. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IWafMetricsResponse. |
FromJsonString(String) |
Creates a new instance of WafMetricsResponse, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of WafMetricsResponse into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |