EnableStatusEnum Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enum to indicate whether value is 'Enabled' or 'Disabled'
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.EnableStatusEnumTypeConverter))]
public struct EnableStatusEnum : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.EnableStatusEnum>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.EnableStatusEnumTypeConverter))>]
type EnableStatusEnum = struct
interface IArgumentCompleter
Public Structure EnableStatusEnum
Implements IArgumentCompleter, IEquatable(Of EnableStatusEnum)
- Inheritance
-
EnableStatusEnum
- Attributes
- Implements
Fields
Disabled | |
Enabled |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(EnableStatusEnum) |
Compares values of enum type EnableStatusEnum |
Equals(Object) |
Compares values of enum type EnableStatusEnum (override for Object) |
GetHashCode() |
Returns hashCode for enum EnableStatusEnum |
ToString() |
Returns string representation for EnableStatusEnum |
Operators
Equality(EnableStatusEnum, EnableStatusEnum) |
Overriding == operator for enum EnableStatusEnum |
Implicit(EnableStatusEnum to String) |
Implicit operator to convert EnableStatusEnum to string |
Implicit(String to EnableStatusEnum) |
Implicit operator to convert string to EnableStatusEnum |
Inequality(EnableStatusEnum, EnableStatusEnum) |
Overriding != operator for enum EnableStatusEnum |