MetricdataIdentity 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.
[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() |