SecurityControlType 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 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
SecurityControlType(String) |
Initializes a new instance of SecurityControlType. |
Properties
BuiltIn |
Microsoft Defender for Cloud managed assessments. |
Custom |
Non Microsoft Defender for Cloud managed assessments. |
Methods
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
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
Azure SDK for .NET