KeyValueListResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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) |