Share via


ResourceMetricDefinitionCollection Class

Definition

Collection of metric definitions.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ResourceMetricDefinitionCollectionTypeConverter))]
public class ResourceMetricDefinitionCollection : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionCollection
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ResourceMetricDefinitionCollectionTypeConverter))>]
type ResourceMetricDefinitionCollection = class
    interface IResourceMetricDefinitionCollection
    interface IJsonSerializable
Public Class ResourceMetricDefinitionCollection
Implements IResourceMetricDefinitionCollection
Inheritance
ResourceMetricDefinitionCollection
Attributes
Implements

Constructors

ResourceMetricDefinitionCollection()

Creates an new ResourceMetricDefinitionCollection instance.

Properties

NextLink

Link to next page of resources.

Value

Collection of resources.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ResourceMetricDefinitionCollection.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ResourceMetricDefinitionCollection.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceMetricDefinitionCollection.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ResourceMetricDefinitionCollection into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to