UsageCollection Class

Definition

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

Constructors

UsageCollection()

Properties

NextLink
Value

Methods

DeserializeFromDictionary(IDictionary)
DeserializeFromPSObject(PSObject)
FromJson(JsonNode)
FromJsonString(String)
ToJson(JsonObject, SerializationMode)
ToJsonString()

Applies to