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