FrontDoorListResult Class

Definition

Paged collection of FrontDoor items

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

Constructors

Name Description
FrontDoorListResult()

Creates an new FrontDoorListResult instance.

Properties

Name Description
NextLink

The link to the next page of items

Value

The FrontDoor items on this page

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of FrontDoorListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of FrontDoorListResult.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of FrontDoorListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to