Share via


PoolDevBoxDefinitionType Struct

Definition

Indicates if the pool is created from an existing Dev Box Definition or if one is provided directly.

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

Fields

Name Description
Reference
Value

Methods

Name Description
CompleteArgument(String, String, String, CommandAst, IDictionary)

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

Equals(Object)

Compares values of enum type PoolDevBoxDefinitionType (override for Object)

Equals(PoolDevBoxDefinitionType)

Compares values of enum type PoolDevBoxDefinitionType

GetHashCode()

Returns hashCode for enum PoolDevBoxDefinitionType

ToString()

Returns string representation for PoolDevBoxDefinitionType

Operators

Name Description
Equality(PoolDevBoxDefinitionType, PoolDevBoxDefinitionType)

Overriding == operator for enum PoolDevBoxDefinitionType

Implicit(PoolDevBoxDefinitionType to String)

Implicit operator to convert PoolDevBoxDefinitionType to string

Implicit(String to PoolDevBoxDefinitionType)

Implicit operator to convert string to PoolDevBoxDefinitionType

Inequality(PoolDevBoxDefinitionType, PoolDevBoxDefinitionType)

Overriding != operator for enum PoolDevBoxDefinitionType

Applies to