Udostępnij za pośrednictwem


MetricsResponse Class

Definition

Metrics Response

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.MetricsResponseTypeConverter))]
public class MetricsResponse : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IMetricsResponse
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.MetricsResponseTypeConverter))>]
type MetricsResponse = class
    interface IMetricsResponse
    interface IJsonSerializable
Public Class MetricsResponse
Implements IMetricsResponse
Inheritance
MetricsResponse
Attributes
Implements

Constructors

MetricsResponse()

Creates an new MetricsResponse instance.

Properties

DateTimeBegin
DateTimeEnd
Granularity
Series

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of MetricsResponse.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of MetricsResponse.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IMetricsResponse.

FromJsonString(String)

Creates a new instance of MetricsResponse, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of MetricsResponse into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to