MetricsResponse 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.
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() |