PreconfiguredEndpointList Class

Definition

Defines a list of preconfigured endpoints.

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

Constructors

Name Description
PreconfiguredEndpointList()

Creates an new PreconfiguredEndpointList instance.

Properties

Name Description
NextLink

The link to the next page of items

Value

The PreconfiguredEndpoint items on this page

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PreconfiguredEndpointList.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PreconfiguredEndpointList.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of PreconfiguredEndpointList into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to