EnforcementMode Struct

Definition

The policy assignment enforcement mode. Possible values are Default and DoNotEnforce.

public readonly struct EnforcementMode : IEquatable<Azure.ResourceManager.Resources.Models.EnforcementMode>
type EnforcementMode = struct
Public Structure EnforcementMode
Implements IEquatable(Of EnforcementMode)
Inheritance
EnforcementMode
Implements

Constructors

EnforcementMode(String)

Initializes a new instance of EnforcementMode.

Properties

Default

The policy effect is enforced during resource creation or update.

DoNotEnforce

The policy effect is not enforced during resource creation or update.

Methods

Equals(EnforcementMode)

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(EnforcementMode, EnforcementMode)

Determines if two EnforcementMode values are the same.

Implicit(String to EnforcementMode)

Converts a string to a EnforcementMode.

Inequality(EnforcementMode, EnforcementMode)

Determines if two EnforcementMode values are not the same.

Applies to