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

ScanRulesetType Struct

Definition

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

Applies to