ArmDevCenterModelFactory.DevCenterPoolDevBoxDefinitionDetail Method
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.
Represents a definition for a Developer Machine.
public static Azure.ResourceManager.DevCenter.Models.DevCenterPoolDevBoxDefinitionDetail DevCenterPoolDevBoxDefinitionDetail(Azure.ResourceManager.DevCenter.Models.DevCenterImageReference imageReference = default, Azure.ResourceManager.DevCenter.Models.DevCenterSku sku = default, Azure.ResourceManager.DevCenter.Models.DevCenterImageReference activeImageReference = default);
static member DevCenterPoolDevBoxDefinitionDetail : Azure.ResourceManager.DevCenter.Models.DevCenterImageReference * Azure.ResourceManager.DevCenter.Models.DevCenterSku * Azure.ResourceManager.DevCenter.Models.DevCenterImageReference -> Azure.ResourceManager.DevCenter.Models.DevCenterPoolDevBoxDefinitionDetail
Public Shared Function DevCenterPoolDevBoxDefinitionDetail (Optional imageReference As DevCenterImageReference = Nothing, Optional sku As DevCenterSku = Nothing, Optional activeImageReference As DevCenterImageReference = Nothing) As DevCenterPoolDevBoxDefinitionDetail
Parameters
- imageReference
- DevCenterImageReference
Image reference information.
- sku
- DevCenterSku
The SKU for Dev Boxes created from the Pool.
- activeImageReference
- DevCenterImageReference
Image reference information for the currently active image (only populated during updates).
Returns
A new DevCenterPoolDevBoxDefinitionDetail instance for mocking.