DenyAssignmentEffect Struct

Definition

The effect of the deny assignment. 'enforced' blocks access, 'audit' logs without blocking.

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

Constructors

Name Description
DenyAssignmentEffect(String)

Initializes a new instance of DenyAssignmentEffect.

Properties

Name Description
Audit

audit.

Enforced

enforced.

Methods

Name Description
Equals(DenyAssignmentEffect)

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

Determines if two DenyAssignmentEffect values are the same.

Implicit(String to DenyAssignmentEffect)

Converts a string to a DenyAssignmentEffect.

Implicit(String to Nullable<DenyAssignmentEffect>)
Inequality(DenyAssignmentEffect, DenyAssignmentEffect)

Determines if two DenyAssignmentEffect values are not the same.

Applies to