Freigeben über


KeyListResult Class

Definition

The result of a list request.

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

Constructors

KeyListResult()

Creates an new KeyListResult 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 KeyListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of KeyListResult.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of KeyListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Explicit Interface Implementations

IHeaderSerializable.ReadHeaders(HttpResponseHeaders)

Applies to