SnapshotProperties Class

Definition

All snapshot properties.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.SnapshotPropertiesTypeConverter))]
public class SnapshotProperties : Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.ISnapshotProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.SnapshotPropertiesTypeConverter))>]
type SnapshotProperties = class
    interface ISnapshotProperties
    interface IJsonSerializable
Public Class SnapshotProperties
Implements ISnapshotProperties
Inheritance
SnapshotProperties
Attributes
Implements

Constructors

Name Description
SnapshotProperties()

Creates an new SnapshotProperties instance.

Properties

Name Description
CompositionType

The composition type describes how the key-values within the snapshot are composed. The 'key' composition type ensures there are no two key-values containing the same key. The 'key_label' composition type ensures there are no two key-values containing the same key and label.

Created

The time that the snapshot was created.

Etag

A value representing the current state of the snapshot.

Expire

The time that the snapshot will expire.

Filter

A list of filters used to filter the key-values included in the snapshot.

ItemsCount

The amount of key-values in the snapshot.

ProvisioningState

The provisioning state of the snapshot.

RetentionPeriod

The amount of time, in seconds, that a snapshot will remain in the archived state before expiring. This property is only writable during the creation of a snapshot. If not specified, the default lifetime of key-value revisions will be used.

Size

The size in bytes of the snapshot.

Status

The current status of the snapshot.

Tag

The tags of the snapshot. NOTE: These are data plane tags, not Azure Resource Manager (ARM) tags.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SnapshotProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SnapshotProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.ISnapshotProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SnapshotProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to