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

ApiOperationListResult Class

Definition

Result of the request to list Resource Provider 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.StorageCache.Models.Api20230501.ApiOperationListResultTypeConverter))]
public class ApiOperationListResult : Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.IApiOperationListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.ApiOperationListResultTypeConverter))>]
type ApiOperationListResult = class
    interface IApiOperationListResult
    interface IJsonSerializable
Public Class ApiOperationListResult
Implements IApiOperationListResult
Inheritance
ApiOperationListResult
Attributes
Implements

Constructors

ApiOperationListResult()

Creates an new ApiOperationListResult instance.

Properties

NextLink

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

Value

List of Resource Provider operations supported by the Microsoft.StorageCache resource provider.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ApiOperationListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ApiOperationListResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.IApiOperationListResult.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ApiOperationListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to