ConfigurationStoreListResult Class

Definition

The result of a request to list configuration stores.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.ConfigurationStoreListResultTypeConverter))]
public class ConfigurationStoreListResult : Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.IConfigurationStoreListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.ConfigurationStoreListResultTypeConverter))>]
type ConfigurationStoreListResult = class
    interface IConfigurationStoreListResult
    interface IJsonSerializable
Public Class ConfigurationStoreListResult
Implements IConfigurationStoreListResult
Inheritance
ConfigurationStoreListResult
Attributes
Implements

Constructors

ConfigurationStoreListResult()

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

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ConfigurationStoreListResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.IConfigurationStoreListResult.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ConfigurationStoreListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to