Freigeben über


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