GalleryInVmAccessControlProfileVersionCollection.GetAllAsync Method

Definition

List gallery inVMAccessControlProfile versions in a gallery inVMAccessControlProfile

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/inVMAccessControlProfiles/{inVMAccessControlProfileName}/versions.
  • Operation Id. : GalleryInVMAccessControlProfileVersions_ListByGalleryInVMAccessControlProfile.
  • Default Api Version. : 2025-12-03.
public virtual Azure.AsyncPageable<Azure.ResourceManager.Compute.GalleryInVmAccessControlProfileVersionResource> GetAllAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Compute.GalleryInVmAccessControlProfileVersionResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Compute.GalleryInVmAccessControlProfileVersionResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of GalleryInVmAccessControlProfileVersionResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to