MetricResultsResponse 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.
The metrics result for a resource.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Metric.Models.MetricResultsResponseTypeConverter))]
public class MetricResultsResponse : Microsoft.Azure.PowerShell.Cmdlets.Metric.Models.IMetricResultsResponse
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Metric.Models.MetricResultsResponseTypeConverter))>]
type MetricResultsResponse = class
interface IMetricResultsResponse
interface IJsonSerializable
Public Class MetricResultsResponse
Implements IMetricResultsResponse
- Inheritance
-
MetricResultsResponse
- Attributes
- Implements
Constructors
MetricResultsResponse() |
Creates an new MetricResultsResponse instance. |
Properties
Value |
The collection of metric data responses per resource, per metric. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of MetricResultsResponse. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of MetricResultsResponse. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Metric.Models.IMetricResultsResponse. |
FromJsonString(String) |
Creates a new instance of MetricResultsResponse, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of MetricResultsResponse into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |