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

ScanRulesetStatus Struct

Definition

Argument completer implementation for ScanRulesetStatus.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Support.ScanRulesetStatusTypeConverter))]
public struct ScanRulesetStatus : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Support.ScanRulesetStatus>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Support.ScanRulesetStatusTypeConverter))>]
type ScanRulesetStatus = struct
    interface IArgumentCompleter
Public Structure ScanRulesetStatus
Implements IArgumentCompleter, IEquatable(Of ScanRulesetStatus)
Inheritance
ScanRulesetStatus
Attributes
Implements

Fields

Disabled
Enabled

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 ScanRulesetStatus (override for Object)

Equals(ScanRulesetStatus)

Compares values of enum type ScanRulesetStatus

GetHashCode()

Returns hashCode for enum ScanRulesetStatus

ToString()

Returns string representation for ScanRulesetStatus

Operators

Equality(ScanRulesetStatus, ScanRulesetStatus)

Overriding == operator for enum ScanRulesetStatus

Implicit(ScanRulesetStatus to String)

Implicit operator to convert ScanRulesetStatus to string

Implicit(String to ScanRulesetStatus)

Implicit operator to convert string to ScanRulesetStatus

Inequality(ScanRulesetStatus, ScanRulesetStatus)

Overriding != operator for enum ScanRulesetStatus

Applies to