Freigeben über


SecurityControlType Struct

Definition

The type of security control (for example, BuiltIn).

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

Constructors

Name Description
SecurityControlType(String)

Initializes a new instance of SecurityControlType.

Properties

Name Description
BuiltIn

Microsoft Defender for Cloud managed assessments.

Custom

Non Microsoft Defender for Cloud managed assessments.

Methods

Name Description
Equals(SecurityControlType)

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

Determines if two SecurityControlType values are the same.

Implicit(String to SecurityControlType)

Converts a String to a SecurityControlType.

Inequality(SecurityControlType, SecurityControlType)

Determines if two SecurityControlType values are not the same.

Applies to