- Azure Resource Manager Templates Quick Start Guide
- Ritesh Modi
- 106字
- 2021-07-02 12:59:34
Locks
Locks ensure that resources cannot be deleted or updated. This feature ensures that every ownership having permission on a scope, a principal cannot delete a resource. This is an additional layer of resource protection and especially useful for resources that are critical for working out a solution. The resources can only be deleted after removing the lock. There are two modes:
- CanNotDelete: This lock prevents deletion of a resource. Under this mode, resources can be updated and read at the management-control level.
- ReadOnly: This lock prevents deleting and updating a resource or resource group. This is more constraint compared to the CanNotDelete mode.
推薦閱讀
- Windows Vista基礎(chǔ)與應(yīng)用精品教程
- Linux系統(tǒng)架構(gòu)與運(yùn)維實(shí)戰(zhàn)
- Puppet實(shí)戰(zhàn)
- UNIX操作系統(tǒng)設(shè)計(jì)
- Arch Linux Environment Setup How-to
- 循序漸進(jìn)學(xué)Docker
- Moodle 3.x Teaching Techniques(Third Edition)
- Mobile First Design with HTML5 and CSS3
- NetDevOps入門(mén)與實(shí)踐
- Ubuntu Linux操作系統(tǒng)實(shí)用教程
- Agile IT Security Implementation Methodology
- Learn Quantum Computing with Python and IBM Quantum Experience
- 計(jì)算機(jī)應(yīng)用基礎(chǔ)(Windows 7+Office 2010)
- 分布式實(shí)時(shí)處理系統(tǒng):原理、架構(gòu)與實(shí)現(xiàn)
- STM32庫(kù)開(kāi)發(fā)實(shí)戰(zhàn)指南