你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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 |