Share via


Snapshot Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SnapshotTypeConverter))]
public class Snapshot : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISnapshot, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SnapshotTypeConverter))>]
type Snapshot = class
    interface ISnapshot
    interface IJsonSerializable
    interface IProxyOnlyResource
    interface IValidates
Public Class Snapshot
Implements ISnapshot, IValidates
Inheritance
Snapshot
Attributes
Implements

Constructors

Snapshot()

Properties

Id
Kind
Name
Time
Type

Methods

DeserializeFromDictionary(IDictionary)
DeserializeFromPSObject(PSObject)
FromJson(JsonNode)
FromJsonString(String)
ToJson(JsonObject, SerializationMode)
ToJsonString()
Validate(IEventListener)

Applies to