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