你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ClassificationAction Struct

Definition

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

Applies to