Share via


ConsoleEnabled Struct

Definition

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

Applies to