DeletedConfigurationStore interface
Deleted configuration store information with extended details.
- Extends
Properties
| configuration |
The resource id of the original configuration store. |
| deletion |
The deleted date. |
| location | The location of the original configuration store. |
| purge |
Purge protection status of the original configuration store. |
| scheduled |
The scheduled purged date. |
| tags | Tags of the original configuration store. |
Inherited Properties
| id | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
| name | The name of the resource |
| system |
Azure Resource Manager metadata containing createdBy and modifiedBy information. |
| type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
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>
Inherited Property Details
id
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
id?: string
Property Value
string
Inherited From ProxyResource.id
name
systemData
Azure Resource Manager metadata containing createdBy and modifiedBy information.
systemData?: SystemData
Property Value
Inherited From ProxyResource.systemData
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
type?: string
Property Value
string
Inherited From ProxyResource.type