SecurityInsightsRegistryValueKind 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.
Specifies the data types to use when storing values in the registry, or identifies the data type of a value in the registry.
public readonly struct SecurityInsightsRegistryValueKind : IEquatable<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsRegistryValueKind>
type SecurityInsightsRegistryValueKind = struct
Public Structure SecurityInsightsRegistryValueKind
Implements IEquatable(Of SecurityInsightsRegistryValueKind)
- Inheritance
-
SecurityInsightsRegistryValueKind
- Implements
Constructors
SecurityInsightsRegistryValueKind(String) |
Initializes a new instance of SecurityInsightsRegistryValueKind. |
Properties
Binary |
Binary value type. |
DWord |
DWord value type. |
ExpandString |
ExpandString value type. |
MultiString |
MultiString value type. |
None |
None. |
QWord |
QWord value type. |
String |
String value type. |
Unknown |
Unknown value type. |
Methods
Equals(SecurityInsightsRegistryValueKind) |
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(SecurityInsightsRegistryValueKind, SecurityInsightsRegistryValueKind) |
Determines if two SecurityInsightsRegistryValueKind values are the same. |
Implicit(String to SecurityInsightsRegistryValueKind) |
Converts a string to a SecurityInsightsRegistryValueKind. |
Inequality(SecurityInsightsRegistryValueKind, SecurityInsightsRegistryValueKind) |
Determines if two SecurityInsightsRegistryValueKind values are not the same. |
Applies to
Azure SDK for .NET