DevBoxActionDelayStatus 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.
public readonly struct DevBoxActionDelayStatus : IEquatable<Azure.Developer.DevCenter.Models.DevBoxActionDelayStatus>
type DevBoxActionDelayStatus = struct
Public Structure DevBoxActionDelayStatus
Implements IEquatable(Of DevBoxActionDelayStatus)
- Inheritance
-
DevBoxActionDelayStatus
- Implements
Constructors
DevBoxActionDelayStatus(String) |
Initializes a new instance of DevBoxActionDelayStatus. |
Properties
Failed |
The delay operation failed. |
Succeeded |
The delay operation succeeded. |
Methods
Equals(DevBoxActionDelayStatus) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(DevBoxActionDelayStatus, DevBoxActionDelayStatus) |
Determines if two DevBoxActionDelayStatus values are the same. |
Implicit(String to DevBoxActionDelayStatus) |
Converts a string to a DevBoxActionDelayStatus. |
Inequality(DevBoxActionDelayStatus, DevBoxActionDelayStatus) |
Determines if two DevBoxActionDelayStatus values are not the same. |
Applies to
Azure SDK for .NET