DevCenterDevBoxDeleteMode 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.
Indicates possible values for Dev Box delete mode.
public readonly struct DevCenterDevBoxDeleteMode : IEquatable<Azure.ResourceManager.DevCenter.Models.DevCenterDevBoxDeleteMode>
type DevCenterDevBoxDeleteMode = struct
Public Structure DevCenterDevBoxDeleteMode
Implements IEquatable(Of DevCenterDevBoxDeleteMode)
- Inheritance
-
DevCenterDevBoxDeleteMode
- Implements
Constructors
| Name | Description |
|---|---|
| DevCenterDevBoxDeleteMode(String) |
Initializes a new instance of DevCenterDevBoxDeleteMode. |
Properties
| Name | Description |
|---|---|
| Auto |
Dev Boxes will be deleted automatically according to configured settings. |
| Manual |
Dev Boxes will not be deleted automatically, and user must manually delete. This is the default. |
Methods
| Name | Description |
|---|---|
| Equals(DevCenterDevBoxDeleteMode) |
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(DevCenterDevBoxDeleteMode, DevCenterDevBoxDeleteMode) |
Determines if two DevCenterDevBoxDeleteMode values are the same. |
| Implicit(String to DevCenterDevBoxDeleteMode) |
Converts a string to a DevCenterDevBoxDeleteMode. |
| Implicit(String to Nullable<DevCenterDevBoxDeleteMode>) | |
| Inequality(DevCenterDevBoxDeleteMode, DevCenterDevBoxDeleteMode) |
Determines if two DevCenterDevBoxDeleteMode values are not the same. |