- 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.
推薦閱讀
- 嵌入式Linux開發(fā)技術(shù)
- Linux網(wǎng)絡(luò)管理與配置(第2版)
- Mastering ElasticSearch
- Linux系統(tǒng)架構(gòu)與運(yùn)維實(shí)戰(zhàn)
- 嵌入式Linux驅(qū)動(dòng)程序和系統(tǒng)開發(fā)實(shí)例精講
- Windows Server 2019 Administration Fundamentals
- Linux內(nèi)核觀測(cè)技術(shù)BPF
- Kali Linux 2018:Windows Penetration Testing
- jQuery UI Cookbook
- 新編電腦辦公(Windows 10+ Office 2013版)從入門到精通
- Windows 7實(shí)戰(zhàn)從入門到精通(超值版)
- Advanced Infrastructure Penetration Testing
- Responsive Web Design with AngularJS
- 電腦辦公(Windows 7 + Office 2013)入門與提高
- Serverless Architectures with Kubernetes