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