Megosztás a következőn keresztül:


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

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