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