Share via


DevCenterModelFactory.DevBoxStorageProfile(OSDisk) Method

Definition

Initializes a new instance of DevBoxStorageProfile.

public static Azure.Developer.DevCenter.Models.DevBoxStorageProfile DevBoxStorageProfile (Azure.Developer.DevCenter.Models.OSDisk osDisk = default);
static member DevBoxStorageProfile : Azure.Developer.DevCenter.Models.OSDisk -> Azure.Developer.DevCenter.Models.DevBoxStorageProfile
Public Shared Function DevBoxStorageProfile (Optional osDisk As OSDisk = Nothing) As DevBoxStorageProfile

Parameters

osDisk
OSDisk

Settings for the operating system disk.

Returns

A new DevBoxStorageProfile instance for mocking.

Applies to