ConsoleDetailedStatus 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 more detailed status of the console.
public readonly struct ConsoleDetailedStatus : IEquatable<Azure.ResourceManager.NetworkCloud.Models.ConsoleDetailedStatus>
type ConsoleDetailedStatus = struct
Public Structure ConsoleDetailedStatus
Implements IEquatable(Of ConsoleDetailedStatus)
- Inheritance
-
ConsoleDetailedStatus
- Implements
Constructors
ConsoleDetailedStatus(String) |
Initializes a new instance of ConsoleDetailedStatus. |
Properties
Error |
Error. |
Ready |
Ready. |
Methods
Equals(ConsoleDetailedStatus) |
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(ConsoleDetailedStatus, ConsoleDetailedStatus) |
Determines if two ConsoleDetailedStatus values are the same. |
Implicit(String to ConsoleDetailedStatus) |
Converts a string to a ConsoleDetailedStatus. |
Inequality(ConsoleDetailedStatus, ConsoleDetailedStatus) |
Determines if two ConsoleDetailedStatus values are not the same. |
Applies to
Azure SDK for .NET