DevBoxActionType 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 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
DevBoxActionType(String) |
Initializes a new instance of DevBoxActionType. |
Properties
Stop |
The action will stop the Dev Box. |
Methods
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
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
Azure SDK for .NET