ProfileList Class

Definition

Defines a list of Profiles. It contains a list of Profile objects and a URL link to get the next set of results.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ProfileListTypeConverter))]
public class ProfileList : Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IProfileList
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ProfileListTypeConverter))>]
type ProfileList = class
    interface IProfileList
    interface IJsonSerializable
Public Class ProfileList
Implements IProfileList
Inheritance
ProfileList
Attributes
Implements

Constructors

Name Description
ProfileList()

Creates an new ProfileList instance.

Properties

Name Description
NextLink

The link to the next page of items

Value

The Profile items on this page

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ProfileList.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ProfileList.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IProfileList.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ProfileList into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to