Freigeben über


DevTestLabResource.GetDevTestLabVhds(CancellationToken) Method

Definition

List disk images available for custom image creation.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{name}/listVhds.
  • Operation Id. : Labs_ListVhds.
  • Default Api Version. : 2018-09-15.
  • Resource. : DevTestLabResource.
public virtual Azure.Pageable<Azure.ResourceManager.DevTestLabs.Models.DevTestLabVhd> GetDevTestLabVhds(System.Threading.CancellationToken cancellationToken = default);
abstract member GetDevTestLabVhds : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.DevTestLabs.Models.DevTestLabVhd>
override this.GetDevTestLabVhds : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.DevTestLabs.Models.DevTestLabVhd>
Public Overridable Function GetDevTestLabVhds (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of DevTestLabVhd)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of DevTestLabVhd that may take multiple service requests to iterate over.

Applies to