Share via


CreatorList Class

Definition

A list of Creator resources.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Maps.Models.Api20210201.CreatorListTypeConverter))]
public class CreatorList : Microsoft.Azure.PowerShell.Cmdlets.Maps.Models.Api20210201.ICreatorList
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Maps.Models.Api20210201.CreatorListTypeConverter))>]
type CreatorList = class
    interface ICreatorList
    interface IJsonSerializable
Public Class CreatorList
Implements ICreatorList
Inheritance
CreatorList
Attributes
Implements

Constructors

CreatorList()

Creates an new CreatorList instance.

Properties

NextLink

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

Value

a Creator account.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CreatorList.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CreatorList.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Maps.Models.Api20210201.ICreatorList.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of CreatorList into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to