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. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET