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

KeyValueListResult Class

Definition

The result of a list request.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Models.KeyValueListResultTypeConverter))]
public class KeyValueListResult : Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Models.IKeyValueListResult, Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.IHeaderSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Models.KeyValueListResultTypeConverter))>]
type KeyValueListResult = class
    interface IKeyValueListResult
    interface IJsonSerializable
    interface IHeaderSerializable
Public Class KeyValueListResult
Implements IHeaderSerializable, IKeyValueListResult
Inheritance
KeyValueListResult
Attributes
Implements

Constructors

KeyValueListResult()

Creates an new KeyValueListResult instance.

Properties

Item

The collection value.

NextLink

The URI that can be used to request the next set of paged results.

SyncToken

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of KeyValueListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of KeyValueListResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Models.IKeyValueListResult.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of KeyValueListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Explicit Interface Implementations

IHeaderSerializable.ReadHeaders(HttpResponseHeaders)

Applies to