FrontendEndpointsListResult Class

Definition

Paged collection of FrontendEndpoint items

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

Constructors

Name Description
FrontendEndpointsListResult()

Creates an new FrontendEndpointsListResult instance.

Properties

Name Description
NextLink

The link to the next page of items

Value

The FrontendEndpoint items on this page

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of FrontendEndpointsListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of FrontendEndpointsListResult.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of FrontendEndpointsListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to