CustomDomainListResult Class

Definition

The response of a CustomDomain list operation.

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

Constructors

Name Description
CustomDomainListResult()

Creates an new CustomDomainListResult instance.

Properties

Name Description
NextLink

The link to the next page of items

Value

The CustomDomain items on this page

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CustomDomainListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CustomDomainListResult.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of CustomDomainListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to