ScanRulesetStatus 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 ScanRulesetStatus.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Support.ScanRulesetStatusTypeConverter))]
public struct ScanRulesetStatus : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Support.ScanRulesetStatus>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Support.ScanRulesetStatusTypeConverter))>]
type ScanRulesetStatus = struct
interface IArgumentCompleter
Public Structure ScanRulesetStatus
Implements IArgumentCompleter, IEquatable(Of ScanRulesetStatus)
- Inheritance
-
ScanRulesetStatus
- Attributes
- Implements
Fields
Disabled | |
Enabled |
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 ScanRulesetStatus (override for Object) |
Equals(ScanRulesetStatus) |
Compares values of enum type ScanRulesetStatus |
GetHashCode() |
Returns hashCode for enum ScanRulesetStatus |
ToString() |
Returns string representation for ScanRulesetStatus |
Operators
Equality(ScanRulesetStatus, ScanRulesetStatus) |
Overriding == operator for enum ScanRulesetStatus |
Implicit(ScanRulesetStatus to String) |
Implicit operator to convert ScanRulesetStatus to string |
Implicit(String to ScanRulesetStatus) |
Implicit operator to convert string to ScanRulesetStatus |
Inequality(ScanRulesetStatus, ScanRulesetStatus) |
Overriding != operator for enum ScanRulesetStatus |