次の方法で共有


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

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