RackDetailedStatus 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 rack.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.RackDetailedStatusTypeConverter))]
public struct RackDetailedStatus : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.RackDetailedStatus>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.RackDetailedStatusTypeConverter))>]
type RackDetailedStatus = struct
interface IArgumentCompleter
Public Structure RackDetailedStatus
Implements IArgumentCompleter, IEquatable(Of RackDetailedStatus)
- Inheritance
-
RackDetailedStatus
- Attributes
- Implements
Fields
Available | |
Error | |
Provisioning |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(Object) |
Compares values of enum type RackDetailedStatus (override for Object) |
Equals(RackDetailedStatus) |
Compares values of enum type RackDetailedStatus |
GetHashCode() |
Returns hashCode for enum RackDetailedStatus |
ToString() |
Returns string representation for RackDetailedStatus |
Operators
Equality(RackDetailedStatus, RackDetailedStatus) |
Overriding == operator for enum RackDetailedStatus |
Implicit(RackDetailedStatus to String) |
Implicit operator to convert RackDetailedStatus to string |
Implicit(String to RackDetailedStatus) |
Implicit operator to convert string to RackDetailedStatus |
Inequality(RackDetailedStatus, RackDetailedStatus) |
Overriding != operator for enum RackDetailedStatus |