Share via


DevTestLabResource.GetDevTestLabVhdsAsync(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.AsyncPageable<Azure.ResourceManager.DevTestLabs.Models.DevTestLabVhd> GetDevTestLabVhdsAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetDevTestLabVhdsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.DevTestLabs.Models.DevTestLabVhd>
override this.GetDevTestLabVhdsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.DevTestLabs.Models.DevTestLabVhd>
Public Overridable Function GetDevTestLabVhdsAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(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