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

ClassificationRuleType Struct

Definition

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

Applies to