PolicyAssignmentScopeValidation 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.
The option whether validate the exemption is at or under the assignment scope.
public readonly struct PolicyAssignmentScopeValidation : IEquatable<Azure.ResourceManager.Resources.Policy.Models.PolicyAssignmentScopeValidation>
type PolicyAssignmentScopeValidation = struct
Public Structure PolicyAssignmentScopeValidation
Implements IEquatable(Of PolicyAssignmentScopeValidation)
- Inheritance
-
PolicyAssignmentScopeValidation
- Implements
Constructors
| Name | Description |
|---|---|
| PolicyAssignmentScopeValidation(String) |
Initializes a new instance of PolicyAssignmentScopeValidation. |
Properties
| Name | Description |
|---|---|
| Default |
This option will validate the exemption is at or under the assignment scope. |
| DoNotValidate |
This option will bypass the validation the exemption scope is at or under the policy assignment scope. |
Methods
| Name | Description |
|---|---|
| Equals(PolicyAssignmentScopeValidation) |
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(PolicyAssignmentScopeValidation, PolicyAssignmentScopeValidation) |
Determines if two PolicyAssignmentScopeValidation values are the same. |
| Implicit(String to Nullable<PolicyAssignmentScopeValidation>) | |
| Implicit(String to PolicyAssignmentScopeValidation) |
Converts a string to a PolicyAssignmentScopeValidation. |
| Inequality(PolicyAssignmentScopeValidation, PolicyAssignmentScopeValidation) |
Determines if two PolicyAssignmentScopeValidation values are not the same. |