SecurityPolicyEnforce Struct
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 readonly struct SecurityPolicyEnforce : IEquatable<Azure.ResourceManager.SecurityCenter.Models.SecurityPolicyEnforce>
type SecurityPolicyEnforce = struct
Public Structure SecurityPolicyEnforce
Implements IEquatable(Of SecurityPolicyEnforce)
- Inheritance
-
SecurityPolicyEnforce
- Implements
Constructors
| Name | Description |
|---|---|
| SecurityPolicyEnforce(String) |
Initializes a new instance of SecurityPolicyEnforce. |
Properties
| Name | Description |
|---|---|
| False |
Allows the descendants of this scope to override the pricing configuration set on this scope (allows setting inherited="False"). |
| True |
Prevents overrides and forces the current scope's pricing configuration to all descendants. |
Methods
| Name | Description |
|---|---|
| Equals(SecurityPolicyEnforce) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(SecurityPolicyEnforce, SecurityPolicyEnforce) |
Determines if two SecurityPolicyEnforce values are the same. |
| Implicit(String to Nullable<SecurityPolicyEnforce>) | |
| Implicit(String to SecurityPolicyEnforce) |
Converts a string to a SecurityPolicyEnforce. |
| Inequality(SecurityPolicyEnforce, SecurityPolicyEnforce) |
Determines if two SecurityPolicyEnforce values are not the same. |