RebootRequirement 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.
Argument completer implementation for RebootRequirement.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Support.RebootRequirementTypeConverter))]
public struct RebootRequirement : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Support.RebootRequirement>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Support.RebootRequirementTypeConverter))>]
type RebootRequirement = struct
interface IArgumentCompleter
Public Structure RebootRequirement
Implements IArgumentCompleter, IEquatable(Of RebootRequirement)
- Inheritance
-
RebootRequirement
- Attributes
- Implements
Fields
False | |
True | |
Unknown |
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 RebootRequirement (override for Object) |
Equals(RebootRequirement) |
Compares values of enum type RebootRequirement |
GetHashCode() |
Returns hashCode for enum RebootRequirement |
ToString() |
Returns string representation for RebootRequirement |
Operators
Equality(RebootRequirement, RebootRequirement) |
Overriding == operator for enum RebootRequirement |
Implicit(RebootRequirement to String) |
Implicit operator to convert RebootRequirement to string |
Implicit(String to RebootRequirement) |
Implicit operator to convert string to RebootRequirement |
Inequality(RebootRequirement, RebootRequirement) |
Overriding != operator for enum RebootRequirement |