DeletedAppConfigurationStoreData Class

Definition

A class representing the DeletedAppConfigurationStore data model. Deleted configuration store information with extended details.

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

Properties

ConfigurationStoreId

The resource id of the original configuration store.

DeletedOn

The deleted date.

Id

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

(Inherited from ResourceData)
IsPurgeProtectionEnabled

Purge protection status of the original configuration store.

Location

The location of the original configuration store.

Name

The name of the resource.

(Inherited from ResourceData)
ResourceType

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

(Inherited from ResourceData)
ScheduledPurgeOn

The scheduled purged date.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
Tags

Tags of the original configuration store.

Explicit Interface Implementations

IJsonModel<DeletedAppConfigurationStoreData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DeletedAppConfigurationStoreData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DeletedAppConfigurationStoreData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DeletedAppConfigurationStoreData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DeletedAppConfigurationStoreData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to