ResourceUsageList Class

Definition

List of resource usages and quotas for GroupQuota.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ResourceUsageListTypeConverter))]
public class ResourceUsageList : Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IResourceUsageList
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ResourceUsageListTypeConverter))>]
type ResourceUsageList = class
    interface IResourceUsageList
    interface IJsonSerializable
Public Class ResourceUsageList
Implements IResourceUsageList
Inheritance
ResourceUsageList
Attributes
Implements

Constructors

Name Description
ResourceUsageList()

Creates an new ResourceUsageList instance.

Properties

Name Description
NextLink

The link to the next page of items

Value

The ResourceUsages items on this page

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ResourceUsageList.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ResourceUsageList.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IResourceUsageList.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ResourceUsageList into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to