DeletedConfigurationStore Class

Definition

Deleted configuration store information with extended details.

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

Constructors

DeletedConfigurationStore()

Creates an new DeletedConfigurationStore instance.

Properties

ConfigurationStoreId

The resource id of the original configuration store.

DeletionDate

The deleted date.

Id

The resource ID for the deleted configuration store.

Location

The location of the original configuration store.

Name

The name of the configuration store.

PurgeProtectionEnabled

Purge protection status of the original configuration store.

ResourceGroupName

Gets the resource group name

ScheduledPurgeDate

The scheduled purged date.

Tag

Tags of the original configuration store.

Type

The resource type of the configuration store.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DeletedConfigurationStore.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DeletedConfigurationStore.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DeletedConfigurationStore into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to