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
| Name | Description |
|---|---|
| SecurityInsightsRegistryValueKind(String) |
Initializes a new instance of SecurityInsightsRegistryValueKind. |
Properties
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |