通过


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

ArmDevTestLabsModelFactory.DevTestLabVhd(Uri) Method

Definition

Properties of a VHD in the lab.

public static Azure.ResourceManager.DevTestLabs.Models.DevTestLabVhd DevTestLabVhd(Uri id = default);
static member DevTestLabVhd : Uri -> Azure.ResourceManager.DevTestLabs.Models.DevTestLabVhd
Public Shared Function DevTestLabVhd (Optional id As Uri = Nothing) As DevTestLabVhd

Parameters

id
Uri

The URI to the VHD.

Returns

A new DevTestLabVhd instance for mocking.

Applies to