MetricSpecification 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.
Definition of a single resource metric.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.MetricSpecificationTypeConverter))]
public class MetricSpecification : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecification
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.MetricSpecificationTypeConverter))>]
type MetricSpecification = class
interface IMetricSpecification
interface IJsonSerializable
Public Class MetricSpecification
Implements IMetricSpecification
- Inheritance
-
MetricSpecification
- Attributes
- Implements
Constructors
MetricSpecification() |
Creates an new MetricSpecification instance. |
Properties
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of MetricSpecification. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of MetricSpecification. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IMetricSpecification. |
FromJsonString(String) |
Creates a new instance of MetricSpecification, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of MetricSpecification into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |