Freigeben über


OperationMetaMetricSpecification Class

Definition

metric specifications for the operation

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Purview.Models.Api20210701.OperationMetaMetricSpecificationTypeConverter))]
public class OperationMetaMetricSpecification : Microsoft.Azure.PowerShell.Cmdlets.Purview.Models.Api20210701.IOperationMetaMetricSpecification
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Purview.Models.Api20210701.OperationMetaMetricSpecificationTypeConverter))>]
type OperationMetaMetricSpecification = class
    interface IOperationMetaMetricSpecification
    interface IJsonSerializable
Public Class OperationMetaMetricSpecification
Implements IOperationMetaMetricSpecification
Inheritance
OperationMetaMetricSpecification
Attributes
Implements

Constructors

OperationMetaMetricSpecification()

Creates an new OperationMetaMetricSpecification instance.

Properties

AggregationType

aggregation type of metric

Dimension

properties for dimension

DisplayDescription

description of the metric

DisplayName

localized name of the metric

EnableRegionalMdmAccount

enable regional mdm account

InternalMetricName

internal metric name

Name

name of the metric

ResourceIdDimensionNameOverride

dimension name use to replace resource id if specified

SourceMdmNamespace

Metric namespace. Only set the namespace if different from the default value, leaving it empty makes it use the value from the ARM manifest.

SupportedAggregationType

supported aggregation types

SupportedTimeGrainType

supported time grain types

Unit

units for the metric

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of OperationMetaMetricSpecification.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of OperationMetaMetricSpecification.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Purview.Models.Api20210701.IOperationMetaMetricSpecification.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of OperationMetaMetricSpecification into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to