GalleryInVmAccessControlProfileVersionCollection.GetAll 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-03-03.
public virtual Azure.Pageable<Azure.ResourceManager.Compute.GalleryInVmAccessControlProfileVersionResource> GetAll(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Compute.GalleryInVmAccessControlProfileVersionResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Compute.GalleryInVmAccessControlProfileVersionResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(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