Udostępnij za pośrednictwem


OperationsListResult Class

Definition

Result of the request to list CDN operations. It contains a list of operations and a URL link to get the next set of results.

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

Constructors

OperationsListResult()

Creates an new OperationsListResult instance.

Properties

NextLink

URL to get the next set of operation list results if there are any.

Value

List of CDN operations supported by the CDN resource provider.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of OperationsListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of OperationsListResult.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of OperationsListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to