AfdOriginListResult Class

Definition

The response of a AFDOrigin list operation.

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

Constructors

Name Description
AfdOriginListResult()

Creates an new AfdOriginListResult instance.

Properties

Name Description
NextLink

The link to the next page of items

Value

The AFDOrigin items on this page

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AfdOriginListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AfdOriginListResult.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AfdOriginListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to