MockableComputeSubscriptionResource.GetDiskEncryptionSetsAsync Method

Definition

Lists all the disk encryption sets under a subscription.

  • Request Path. : /subscriptions/{subscriptionId}/providers/Microsoft.Compute/diskEncryptionSets.
  • Operation Id. : DiskEncryptionSets_List.
  • Default Api Version. : 2025-01-02.
public virtual Azure.AsyncPageable<Azure.ResourceManager.Compute.DiskEncryptionSetResource> GetDiskEncryptionSetsAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetDiskEncryptionSetsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Compute.DiskEncryptionSetResource>
override this.GetDiskEncryptionSetsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Compute.DiskEncryptionSetResource>
Public Overridable Function GetDiskEncryptionSetsAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of DiskEncryptionSetResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to