Share via


SecurityAlertPolicyName Struct

Definition

Argument completer implementation for SecurityAlertPolicyName.

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

Fields

Default

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

Equals(SecurityAlertPolicyName)

Compares values of enum type SecurityAlertPolicyName

GetHashCode()

Returns hashCode for enum SecurityAlertPolicyName

ToString()

Returns string representation for SecurityAlertPolicyName

Operators

Equality(SecurityAlertPolicyName, SecurityAlertPolicyName)

Overriding == operator for enum SecurityAlertPolicyName

Implicit(SecurityAlertPolicyName to String)

Implicit operator to convert SecurityAlertPolicyName to string

Implicit(String to SecurityAlertPolicyName)

Implicit operator to convert string to SecurityAlertPolicyName

Inequality(SecurityAlertPolicyName, SecurityAlertPolicyName)

Overriding != operator for enum SecurityAlertPolicyName

Applies to