ConsoleEnabled 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.
The credentials used to login to the image repository that has access to the specified image.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.ConsoleEnabledTypeConverter))]
public struct ConsoleEnabled : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.ConsoleEnabled>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.ConsoleEnabledTypeConverter))>]
type ConsoleEnabled = struct
interface IArgumentCompleter
Public Structure ConsoleEnabled
Implements IArgumentCompleter, IEquatable(Of ConsoleEnabled)
- Inheritance
-
ConsoleEnabled
- Attributes
- Implements
Fields
False | |
True |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(ConsoleEnabled) |
Compares values of enum type ConsoleEnabled |
Equals(Object) |
Compares values of enum type ConsoleEnabled (override for Object) |
GetHashCode() |
Returns hashCode for enum ConsoleEnabled |
ToString() |
Returns string representation for ConsoleEnabled |
Operators
Equality(ConsoleEnabled, ConsoleEnabled) |
Overriding == operator for enum ConsoleEnabled |
Implicit(ConsoleEnabled to String) |
Implicit operator to convert ConsoleEnabled to string |
Implicit(String to ConsoleEnabled) |
Implicit operator to convert string to ConsoleEnabled |
Inequality(ConsoleEnabled, ConsoleEnabled) |
Overriding != operator for enum ConsoleEnabled |