Udostępnij za pośrednictwem


EndpointListResult Class

Definition

Result of the request to list endpoints. It contains a list of endpoint objects and a URL link to get the next set of results.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.EndpointListResultTypeConverter))]
public class EndpointListResult : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IEndpointListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.EndpointListResultTypeConverter))>]
type EndpointListResult = class
    interface IEndpointListResult
    interface IJsonSerializable
Public Class EndpointListResult
Implements IEndpointListResult
Inheritance
EndpointListResult
Attributes
Implements

Constructors

EndpointListResult()

Creates an new EndpointListResult instance.

Properties

NextLink

URL to get the next set of endpoint objects if there is any.

Value

List of CDN endpoints within a profile

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of EndpointListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of EndpointListResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IEndpointListResult.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of EndpointListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to