Share via


FieldRestrictionResult Struct

Definition

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