DevCenterPoolDevBoxDefinitionType 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 if the pool is created from an existing Dev Box Definition or if one is provided directly.
public readonly struct DevCenterPoolDevBoxDefinitionType : IEquatable<Azure.ResourceManager.DevCenter.Models.DevCenterPoolDevBoxDefinitionType>
type DevCenterPoolDevBoxDefinitionType = struct
Public Structure DevCenterPoolDevBoxDefinitionType
Implements IEquatable(Of DevCenterPoolDevBoxDefinitionType)
- Inheritance
-
DevCenterPoolDevBoxDefinitionType
- Implements
Constructors
| Name | Description |
|---|---|
| DevCenterPoolDevBoxDefinitionType(String) |
Initializes a new instance of DevCenterPoolDevBoxDefinitionType. |
Properties
| Name | Description |
|---|---|
| Reference |
Indicates the pool is created from an existing Dev Box definition. |
| Value |
Indicates the pool is created from a Dev Box definition that's created from an image reference and a SKU directly. This is used for creating an image definition pool or an image pool. |
Methods
| Name | Description |
|---|---|
| Equals(DevCenterPoolDevBoxDefinitionType) |
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(DevCenterPoolDevBoxDefinitionType, DevCenterPoolDevBoxDefinitionType) |
Determines if two DevCenterPoolDevBoxDefinitionType values are the same. |
| Implicit(String to DevCenterPoolDevBoxDefinitionType) |
Converts a string to a DevCenterPoolDevBoxDefinitionType. |
| Implicit(String to Nullable<DevCenterPoolDevBoxDefinitionType>) | |
| Inequality(DevCenterPoolDevBoxDefinitionType, DevCenterPoolDevBoxDefinitionType) |
Determines if two DevCenterPoolDevBoxDefinitionType values are not the same. |