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 request to list key-values.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.KeyValueListResultTypeConverter))]
public class KeyValueListResult : Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.IKeyValueListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.KeyValueListResultTypeConverter))>]
type KeyValueListResult = class
interface IKeyValueListResult
interface IJsonSerializable
Public Class KeyValueListResult
Implements IKeyValueListResult
- Inheritance
-
KeyValueListResult
- Attributes
- Implements
Constructors
KeyValueListResult() |
Creates an new KeyValueListResult instance. |
Properties
NextLink |
The URI that can be used to request the next set of paged results. |
Value |
The collection value. |
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.AppConfiguration.Models.Api20220501.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() |