你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
EnforcementMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The policy assignment enforcement mode. Possible values are Default and DoNotEnforce.
public enum EnforcementMode
type EnforcementMode =
Public Enum EnforcementMode
- Inheritance
-
EnforcementMode
Fields
Name | Value | Description |
---|---|---|
Enforced | 0 | The policy effect is enforced during resource creation or update. |
Default | 1 | The policy effect is enforced during resource creation or update. |
DoNotEnforce | 2 | The policy effect is not enforced during resource creation or update. |