你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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