Freigeben über


DomainResourceList Class

Definition

Object that includes an array of Domains resource and a possible link for next set.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.DomainResourceListTypeConverter))]
public class DomainResourceList : Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IDomainResourceList
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.DomainResourceListTypeConverter))>]
type DomainResourceList = class
    interface IDomainResourceList
    interface IJsonSerializable
Public Class DomainResourceList
Implements IDomainResourceList
Inheritance
DomainResourceList
Attributes
Implements

Constructors

DomainResourceList()

Creates an new DomainResourceList instance.

Properties

NextLink

The URL the client should use to fetch the next page (per server side paging). It's null for now, added for future use.

Value

List of Domains resource

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DomainResourceList.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DomainResourceList.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IDomainResourceList.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DomainResourceList into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to