Udostępnij za pośrednictwem


CustomDomainListResult Class

Definition

Result of the request to list custom domains. It contains a list of custom domain objects and a URL link to get the next set of results.

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

Constructors

CustomDomainListResult()

Creates an new CustomDomainListResult instance.

Properties

NextLink

URL to get the next set of custom domain objects if there are any.

Value

List of CDN CustomDomains within an endpoint.

Methods

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.Api20240201.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