Share via


GalleryInVmAccessControlProfileCollection.GetAll(CancellationToken) Method

Definition

List gallery inVMAccessControlProfiles in a gallery.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/inVMAccessControlProfiles
  • Operation Id: GalleryInVMAccessControlProfiles_ListByGallery
  • Default Api Version: 2024-03-03
  • Resource: GalleryInVmAccessControlProfileResource
public virtual Azure.Pageable<Azure.ResourceManager.Compute.GalleryInVmAccessControlProfileResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Compute.GalleryInVmAccessControlProfileResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Compute.GalleryInVmAccessControlProfileResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of GalleryInVmAccessControlProfileResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to