SnapshotListResult Class

Definition

The result of a snapshot list request.

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

Constructors

Name Description
SnapshotListResult()

Creates an new SnapshotListResult instance.

Properties

Name Description
Item

The collection value.

NextLink

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

SyncToken

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SnapshotListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SnapshotListResult.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SnapshotListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Explicit Interface Implementations

Name Description
IHeaderSerializable.ReadHeaders(HttpResponseHeaders)

Applies to