Condividi tramite


GalleryApplicationCollection.GetAllAsync(CancellationToken) Method

Definition

List gallery Application Definitions in a gallery.

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to