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