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. |