你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DevCenterDevBoxDeleteMode Struct

Definition

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.

Applies to