Enum AzurePolicyAssignmentEnforcementMode
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the policy enforcement mode for an Azure policy.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum AzurePolicyAssignmentEnforcementMode
Fields
Enforced = 1
The policy is enforced.
NotEnforced = 2
The policy is not enforced.
Unknown = 0
The policy enforcement mode is unknown.