Share via


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

Name Description
Custom
System

Methods

Name Description
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

Name Description
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