Share via


SnapshotCollection Class

Definition

Collection of snapshots which can be used to revert an app to a previous time.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.SnapshotCollectionTypeConverter))]
public class SnapshotCollection : Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.ISnapshotCollection
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.SnapshotCollectionTypeConverter))>]
type SnapshotCollection = class
    interface ISnapshotCollection
    interface IJsonSerializable
Public Class SnapshotCollection
Implements ISnapshotCollection
Inheritance
SnapshotCollection
Attributes
Implements

Constructors

SnapshotCollection()

Creates an new SnapshotCollection instance.

Properties

NextLink

Link to next page of resources.

Value

Collection of resources.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SnapshotCollection.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SnapshotCollection.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.ISnapshotCollection.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SnapshotCollection into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to