ResourceUsageListResult Class

Definition

Output of check resource usage API.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.ResourceUsageListResultTypeConverter))]
public class ResourceUsageListResult : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IResourceUsageListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.ResourceUsageListResultTypeConverter))>]
type ResourceUsageListResult = class
    interface IResourceUsageListResult
    interface IJsonSerializable
Public Class ResourceUsageListResult
Implements IResourceUsageListResult
Inheritance
ResourceUsageListResult
Attributes
Implements

Constructors

ResourceUsageListResult()

Creates an new ResourceUsageListResult instance.

Properties

NextLink

URL to get the next set of custom domain objects if there are any.

Value

List of resource usages.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ResourceUsageListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ResourceUsageListResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IResourceUsageListResult.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ResourceUsageListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to