DeletedConfigurationStoreProperties interface

Properties of the deleted configuration store.

Properties

configurationStoreId

The resource id of the original configuration store.

deletionDate

The deleted date.

location

The location of the original configuration store.

purgeProtectionEnabled

Purge protection status of the original configuration store.

scheduledPurgeDate

The scheduled purged date.

tags

Tags of the original configuration store.

Property Details

configurationStoreId

The resource id of the original configuration store.

configurationStoreId?: string

Property Value

string

deletionDate

The deleted date.

deletionDate?: Date

Property Value

Date

location

The location of the original configuration store.

location?: string

Property Value

string

purgeProtectionEnabled

Purge protection status of the original configuration store.

purgeProtectionEnabled?: boolean

Property Value

boolean

scheduledPurgeDate

The scheduled purged date.

scheduledPurgeDate?: Date

Property Value

Date

tags

Tags of the original configuration store.

tags?: Record<string, string>

Property Value

Record<string, string>