- Azure for Architects
- Ritesh Modi
- 149字
- 2021-07-08 09:33:31
Resource and resource instances
Resources are created from resource types and should be unique within a resource group. The uniqueness is defined by the name of the resource and its type together. In OOP parlance, resource instances can be referred to as objects, while resource types can be referred to as a class. The services are consumed through the operations supported and implemented by resource instances. They define properties that should be configured before usage. Some are mandatory properties, while others are optional. They inherit the security and access configuration from its parent resource group. These inherited permissions and role assignments can be overridden for each resource. A resource can be locked in such a way that some of its operations can be blocked and not made available to roles, users, and groups even though they have access to it. They can be tagged for easy discoverability and manageability.
- HTML5+CSS3王者歸來(lái)
- ExtGWT Rich Internet Application Cookbook
- C語(yǔ)言程序設(shè)計(jì)教程
- Windows系統(tǒng)管理與服務(wù)配置
- 跟老齊學(xué)Python:輕松入門
- UI智能化與前端智能化:工程技術(shù)、實(shí)現(xiàn)方法與編程思想
- Python數(shù)據(jù)可視化之Matplotlib與Pyecharts實(shí)戰(zhàn)
- 零基礎(chǔ)學(xué)Python網(wǎng)絡(luò)爬蟲案例實(shí)戰(zhàn)全流程詳解(高級(jí)進(jìn)階篇)
- Building Serverless Applications with Python
- Visual C++開發(fā)入行真功夫
- Building Android UIs with Custom Views
- IoT Projects with Bluetooth Low Energy
- Flink技術(shù)內(nèi)幕:架構(gòu)設(shè)計(jì)與實(shí)現(xiàn)原理
- 快樂(lè)編程:青少年思維訓(xùn)練
- Django 3 Web Development Cookbook