DevBoxActionDelayResultStatus 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 result of the delay operation on this action.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Support.DevBoxActionDelayResultStatusTypeConverter))]
public struct DevBoxActionDelayResultStatus : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Support.DevBoxActionDelayResultStatus>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Support.DevBoxActionDelayResultStatusTypeConverter))>]
type DevBoxActionDelayResultStatus = struct
interface IArgumentCompleter
Public Structure DevBoxActionDelayResultStatus
Implements IArgumentCompleter, IEquatable(Of DevBoxActionDelayResultStatus)
- Inheritance
-
DevBoxActionDelayResultStatus
- Attributes
- Implements
Fields
Failed |
The delay operation failed. |
Succeeded |
The delay operation succeeded. |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(DevBoxActionDelayResultStatus) |
Compares values of enum type DevBoxActionDelayResultStatus |
Equals(Object) |
Compares values of enum type DevBoxActionDelayResultStatus (override for Object) |
GetHashCode() |
Returns hashCode for enum DevBoxActionDelayResultStatus |
ToString() |
Returns string representation for DevBoxActionDelayResultStatus |
Operators
Equality(DevBoxActionDelayResultStatus, DevBoxActionDelayResultStatus) |
Overriding == operator for enum DevBoxActionDelayResultStatus |
Implicit(DevBoxActionDelayResultStatus to String) |
Implicit operator to convert DevBoxActionDelayResultStatus to string |
Implicit(String to DevBoxActionDelayResultStatus) |
Implicit operator to convert string to DevBoxActionDelayResultStatus |
Inequality(DevBoxActionDelayResultStatus, DevBoxActionDelayResultStatus) |
Overriding != operator for enum DevBoxActionDelayResultStatus |