ISnapshot Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.SnapshotTypeConverter))]
public interface ISnapshot : Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.SnapshotTypeConverter))>]
type ISnapshot = interface
interface IJsonSerializable
Public Interface ISnapshot
Implements IJsonSerializable
- Derived
- Attributes
- Implements
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. |
| Id |
The resource ID. |
| ItemsCount |
The amount of key-values in the snapshot. |
| Name |
The name of 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. |
| Type |
The type of the resource. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |