Share via


UsagesObject Class

Definition

The resource usages value.

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

Constructors

UsagesObject()

Creates an new UsagesObject instance.

Properties

UsagesType

The quota or usages limit types.

Value

The usages value.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of UsagesObject.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of UsagesObject.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of UsagesObject into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to