Udostępnij za pośrednictwem


EdgenodeResult Class

Definition

Result of the request to list CDN edgenodes. It contains a list of ip address group and a URL link to get the next set of results.

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

Constructors

EdgenodeResult()

Creates an new EdgenodeResult instance.

Properties

NextLink

URL to get the next set of edgenode list results if there are any.

Value

Edge node of CDN service.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of EdgenodeResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of EdgenodeResult.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of EdgenodeResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to