DevBoxActionSourceType Struct

Definition

The type of the resource which triggered the action.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Support.DevBoxActionSourceTypeTypeConverter))]
public struct DevBoxActionSourceType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Support.DevBoxActionSourceType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Support.DevBoxActionSourceTypeTypeConverter))>]
type DevBoxActionSourceType = struct
    interface IArgumentCompleter
Public Structure DevBoxActionSourceType
Implements IArgumentCompleter, IEquatable(Of DevBoxActionSourceType)
Inheritance
DevBoxActionSourceType
Attributes
Implements

Fields

Pool

The action was triggered by a Dev Box pool.

Schedule

The action was triggered by a Dev Box schedule.

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(DevBoxActionSourceType)

Compares values of enum type DevBoxActionSourceType

Equals(Object)

Compares values of enum type DevBoxActionSourceType (override for Object)

GetHashCode()

Returns hashCode for enum DevBoxActionSourceType

ToString()

Returns string representation for DevBoxActionSourceType

Operators

Equality(DevBoxActionSourceType, DevBoxActionSourceType)

Overriding == operator for enum DevBoxActionSourceType

Implicit(DevBoxActionSourceType to String)

Implicit operator to convert DevBoxActionSourceType to string

Implicit(String to DevBoxActionSourceType)

Implicit operator to convert string to DevBoxActionSourceType

Inequality(DevBoxActionSourceType, DevBoxActionSourceType)

Overriding != operator for enum DevBoxActionSourceType

Applies to