FieldRestrictionResult 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 type of restriction that is imposed on the field.
public readonly struct FieldRestrictionResult : IEquatable<Azure.ResourceManager.PolicyInsights.Models.FieldRestrictionResult>
type FieldRestrictionResult = struct
Public Structure FieldRestrictionResult
Implements IEquatable(Of FieldRestrictionResult)
- Inheritance
-
FieldRestrictionResult
- Implements
Constructors
FieldRestrictionResult(String) |
Initializes a new instance of FieldRestrictionResult. |
Properties
Deny |
The field and/or values will be denied by policy. |
Removed |
The field will be removed by policy. |
Required |
The field and/or values are required by policy. |
Methods
Equals(FieldRestrictionResult) |
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
Equality(FieldRestrictionResult, FieldRestrictionResult) |
Determines if two FieldRestrictionResult values are the same. |
Implicit(String to FieldRestrictionResult) |
Converts a string to a FieldRestrictionResult. |
Inequality(FieldRestrictionResult, FieldRestrictionResult) |
Determines if two FieldRestrictionResult values are not the same. |
Applies to
Azure SDK for .NET