Compartir a través de


MetricSpecificationAutoGenerated Class

Definition

Metric specification of operation.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.MetricSpecificationAutoGeneratedTypeConverter))]
public class MetricSpecificationAutoGenerated : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationAutoGenerated
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.MetricSpecificationAutoGeneratedTypeConverter))>]
type MetricSpecificationAutoGenerated = class
    interface IMetricSpecificationAutoGenerated
    interface IJsonSerializable
Public Class MetricSpecificationAutoGenerated
Implements IMetricSpecificationAutoGenerated
Inheritance
MetricSpecificationAutoGenerated
Attributes
Implements

Constructors

MetricSpecificationAutoGenerated()

Creates an new MetricSpecificationAutoGenerated instance.

Properties

AggregationType

Aggregation type could be Average.

Category

The category this metric specification belong to, could be Capacity.

Dimension

Dimensions of blobs, including blob type and access tier.

DisplayDescription

Display description of metric specification.

DisplayName

Display name of metric specification.

FillGapWithZero

The property to decide fill gap with zero or not.

Name

Name of metric specification.

ResourceIdDimensionNameOverride

Account Resource Id.

Unit

Unit could be Bytes or Count.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of MetricSpecificationAutoGenerated.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of MetricSpecificationAutoGenerated.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IMetricSpecificationAutoGenerated.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of MetricSpecificationAutoGenerated into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to