Compartilhar via


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

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

Applies to