你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

OriginListResult Class

Definition

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

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

Constructors

OriginListResult()

Creates an new OriginListResult instance.

Properties

NextLink

URL to get the next set of origin objects if there are any.

Value

List of CDN origins within an endpoint

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of OriginListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of OriginListResult.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of OriginListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to