你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
DeletedVaultProperties interface
Properties of the deleted vault.
Properties
deletion |
The deleted date. NOTE: This property will not be serialized. It can only be populated by the server. |
location | The location of the original vault. NOTE: This property will not be serialized. It can only be populated by the server. |
purge |
Purge protection status of the original vault. NOTE: This property will not be serialized. It can only be populated by the server. |
scheduled |
The scheduled purged date. NOTE: This property will not be serialized. It can only be populated by the server. |
tags | Tags of the original vault. NOTE: This property will not be serialized. It can only be populated by the server. |
vault |
The resource id of the original vault. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
deletionDate
The deleted date. NOTE: This property will not be serialized. It can only be populated by the server.
deletionDate?: Date
Property Value
Date
location
The location of the original vault. NOTE: This property will not be serialized. It can only be populated by the server.
location?: string
Property Value
string
purgeProtectionEnabled
Purge protection status of the original vault. NOTE: This property will not be serialized. It can only be populated by the server.
purgeProtectionEnabled?: boolean
Property Value
boolean
scheduledPurgeDate
The scheduled purged date. NOTE: This property will not be serialized. It can only be populated by the server.
scheduledPurgeDate?: Date
Property Value
Date
tags
Tags of the original vault. NOTE: This property will not be serialized. It can only be populated by the server.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
vaultId
The resource id of the original vault. NOTE: This property will not be serialized. It can only be populated by the server.
vaultId?: string
Property Value
string