Share via


DevBoxActionType Struct

Definition

The type of action which will take place on a Dev Box.

public readonly struct DevBoxActionType : IEquatable<Azure.Developer.DevCenter.Models.DevBoxActionType>
type DevBoxActionType = struct
Public Structure DevBoxActionType
Implements IEquatable(Of DevBoxActionType)
Inheritance
DevBoxActionType
Implements

Constructors

Name Description
DevBoxActionType(String)

Initializes a new instance of DevBoxActionType.

Properties

Name Description
Stop

The action will stop the Dev Box.

Methods

Name Description
Equals(DevBoxActionType)

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

Name Description
Equality(DevBoxActionType, DevBoxActionType)

Determines if two DevBoxActionType values are the same.

Implicit(String to DevBoxActionType)

Converts a string to a DevBoxActionType.

Inequality(DevBoxActionType, DevBoxActionType)

Determines if two DevBoxActionType values are not the same.

Applies to