Share via


MetricdataIdentity Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Metric.Models.MetricdataIdentityTypeConverter))]
public class MetricdataIdentity : Microsoft.Azure.PowerShell.Cmdlets.Metric.Models.IMetricdataIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Metric.Models.MetricdataIdentityTypeConverter))>]
type MetricdataIdentity = class
    interface IMetricdataIdentity
    interface IJsonSerializable
Public Class MetricdataIdentity
Implements IMetricdataIdentity
Inheritance
MetricdataIdentity
Attributes
Implements

Constructors

MetricdataIdentity()

Creates an new MetricdataIdentity instance.

Properties

Id

Resource identity path

SubscriptionId

The subscription identifier for the resources in this batch.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of MetricdataIdentity.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of MetricdataIdentity.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Metric.Models.IMetricdataIdentity.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of MetricdataIdentity into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to