Share via


ConsoleEnabled Struct

Definition

The credentials used to login to the image repository that has access to the specified image.

public readonly struct ConsoleEnabled : IEquatable<Azure.ResourceManager.NetworkCloud.Models.ConsoleEnabled>
type ConsoleEnabled = struct
Public Structure ConsoleEnabled
Implements IEquatable(Of ConsoleEnabled)
Inheritance
ConsoleEnabled
Implements

Constructors

ConsoleEnabled(String)

Initializes a new instance of ConsoleEnabled.

Properties

False

False.

True

True.

Methods

Equals(ConsoleEnabled)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(ConsoleEnabled, ConsoleEnabled)

Determines if two ConsoleEnabled values are the same.

Implicit(String to ConsoleEnabled)

Converts a string to a ConsoleEnabled.

Inequality(ConsoleEnabled, ConsoleEnabled)

Determines if two ConsoleEnabled values are not the same.

Applies to