Condividi tramite


UsagesListResult Class

Definition

The list usages operation response.

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

Constructors

UsagesListResult()

Creates an new UsagesListResult instance.

Properties

NextLink

URL to get the next set of results.

Value

The list of resource usages.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of UsagesListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of UsagesListResult.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of UsagesListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to