SnapshotCollection 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.
Collection of snapshots which can be used to revert an app to a previous time.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.SnapshotCollectionTypeConverter))]
public class SnapshotCollection : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISnapshotCollection
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.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.Functions.Models.Api20231201.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. |