다음을 통해 공유


AdvancedThreatProtectionName Struct

Definition

Argument completer implementation for AdvancedThreatProtectionName.

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

Fields

Default

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(AdvancedThreatProtectionName)

Compares values of enum type AdvancedThreatProtectionName

Equals(Object)

Compares values of enum type AdvancedThreatProtectionName (override for Object)

GetHashCode()

Returns hashCode for enum AdvancedThreatProtectionName

ToString()

Returns string representation for AdvancedThreatProtectionName

Operators

Equality(AdvancedThreatProtectionName, AdvancedThreatProtectionName)

Overriding == operator for enum AdvancedThreatProtectionName

Implicit(AdvancedThreatProtectionName to String)

Implicit operator to convert AdvancedThreatProtectionName to string

Implicit(String to AdvancedThreatProtectionName)

Implicit operator to convert string to AdvancedThreatProtectionName

Inequality(AdvancedThreatProtectionName, AdvancedThreatProtectionName)

Overriding != operator for enum AdvancedThreatProtectionName

Applies to