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
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET