Bagikan melalui


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: 2024-03-02
  • Resource: DiskEncryptionSetResource
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

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

Applies to