SettingKind 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 kind of the setting
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.SettingKindTypeConverter))]
public struct SettingKind : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.SettingKind>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.SettingKindTypeConverter))>]
type SettingKind = struct
interface IArgumentCompleter
Public Structure SettingKind
Implements IArgumentCompleter, IEquatable(Of SettingKind)
- Inheritance
-
SettingKind
- Attributes
- Implements
Fields
Anomalies | |
EntityAnalytics | |
EyesOn | |
Ueba |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(Object) |
Compares values of enum type SettingKind (override for Object) |
Equals(SettingKind) |
Compares values of enum type SettingKind |
GetHashCode() |
Returns hashCode for enum SettingKind |
ToString() |
Returns string representation for SettingKind |
Operators
Equality(SettingKind, SettingKind) |
Overriding == operator for enum SettingKind |
Implicit(SettingKind to String) |
Implicit operator to convert SettingKind to string |
Implicit(String to SettingKind) |
Implicit operator to convert string to SettingKind |
Inequality(SettingKind, SettingKind) |
Overriding != operator for enum SettingKind |