Share via


SiteConfigurationSnapshotInfo Class

Definition

A snapshot of a web app configuration.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.SiteConfigurationSnapshotInfoTypeConverter))]
public class SiteConfigurationSnapshotInfo : Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.ISiteConfigurationSnapshotInfo, Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.SiteConfigurationSnapshotInfoTypeConverter))>]
type SiteConfigurationSnapshotInfo = class
    interface ISiteConfigurationSnapshotInfo
    interface IJsonSerializable
    interface IProxyOnlyResource
    interface IValidates
Public Class SiteConfigurationSnapshotInfo
Implements ISiteConfigurationSnapshotInfo, IValidates
Inheritance
SiteConfigurationSnapshotInfo
Attributes
Implements

Constructors

SiteConfigurationSnapshotInfo()

Creates an new SiteConfigurationSnapshotInfo instance.

Properties

Id

Resource Id.

Kind

Kind of resource.

Name

Resource Name.

SnapshotId

The id of the snapshot

Time

The time the snapshot was taken.

Type

Resource type.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SiteConfigurationSnapshotInfo.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SiteConfigurationSnapshotInfo.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SiteConfigurationSnapshotInfo into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to