ConsoleEnabled Struct

Definition

The indicator of whether the console access is enabled.

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

Constructors

Name Description
ConsoleEnabled(String)

Initializes a new instance of ConsoleEnabled.

Properties

Name Description
False

Console access disabled.

True

Console access enabled.

Methods

Name Description
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

Name Description
Equality(ConsoleEnabled, ConsoleEnabled)

Determines if two ConsoleEnabled values are the same.

Implicit(String to ConsoleEnabled)

Converts a string to a ConsoleEnabled.

Implicit(String to Nullable<ConsoleEnabled>)
Inequality(ConsoleEnabled, ConsoleEnabled)

Determines if two ConsoleEnabled values are not the same.

Applies to