SecurityCenterPricingData.Enforce Property
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.
If set to "False", it allows the descendants of this scope to override the pricing configuration set on this scope (allows setting inherited="False"). If set to "True", it prevents overrides and forces this pricing configuration on all the descendants of this scope. This field is only available for subscription-level pricing.
public Azure.ResourceManager.SecurityCenter.Models.SecurityPolicyEnforce? Enforce { get; set; }
member this.Enforce : Nullable<Azure.ResourceManager.SecurityCenter.Models.SecurityPolicyEnforce> with get, set
Public Property Enforce As Nullable(Of SecurityPolicyEnforce)