DenyAssignmentEffect 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 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. |