Share via


DevBoxActionDelayStatus Struct

Definition

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