SecurityCenterEffect Struct

Definition

Expected effect of this assignment (Audit/Exempt/Attest).

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

Constructors

Name Description
SecurityCenterEffect(String)

Initializes a new instance of SecurityCenterEffect.

Properties

Name Description
Attest

Attest.

Audit

Audit.

Exempt

Exempt.

Methods

Name Description
Equals(SecurityCenterEffect)

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

Determines if two SecurityCenterEffect values are the same.

Implicit(String to Nullable<SecurityCenterEffect>)
Implicit(String to SecurityCenterEffect)

Converts a string to a SecurityCenterEffect.

Inequality(SecurityCenterEffect, SecurityCenterEffect)

Determines if two SecurityCenterEffect values are not the same.

Applies to