Udostępnij za pośrednictwem


ResourceIdList Class

Definition

The comma separated list of resource IDs to query metrics for.

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

Constructors

ResourceIdList()

Creates an new ResourceIdList instance.

Properties

Resourceid

The list of resource IDs to query metrics for.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ResourceIdList.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ResourceIdList.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ResourceIdList into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to