AfdDomainListResult Class

Definition

The response of a AFDDomain list operation.

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

Constructors

Name Description
AfdDomainListResult()

Creates an new AfdDomainListResult instance.

Properties

Name Description
NextLink

The link to the next page of items

Value

The AFDDomain items on this page

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AfdDomainListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AfdDomainListResult.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AfdDomainListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to