AppConfigurationSnapshotData Class

Definition

A class representing the AppConfigurationSnapshot data model. The snapshot resource.

public class AppConfigurationSnapshotData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppConfiguration.AppConfigurationSnapshotData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppConfiguration.AppConfigurationSnapshotData>
type AppConfigurationSnapshotData = class
    inherit ResourceData
    interface IJsonModel<AppConfigurationSnapshotData>
    interface IPersistableModel<AppConfigurationSnapshotData>
Public Class AppConfigurationSnapshotData
Inherits ResourceData
Implements IJsonModel(Of AppConfigurationSnapshotData), IPersistableModel(Of AppConfigurationSnapshotData)
Inheritance
AppConfigurationSnapshotData
Implements

Constructors

AppConfigurationSnapshotData()

Initializes a new instance of AppConfigurationSnapshotData.

Properties

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.

CreatedOn

The time that the snapshot was created.

ETag

A value representing the current state of the snapshot.

ExpireOn

The time that the snapshot will expire.

Filters

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

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
ItemsCount

The amount of key-values in the snapshot.

Name

The name of the resource.

(Inherited from ResourceData)
ProvisioningState

The provisioning state of the snapshot.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
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.

SnapshotType

The type of the resource.

Status

The current status of the snapshot.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
Tags

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

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AppConfigurationSnapshotData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<AppConfigurationSnapshotData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AppConfigurationSnapshotData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AppConfigurationSnapshotData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<AppConfigurationSnapshotData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to