VirtualEnclaveCommunityCollection.GetAllAsync(CancellationToken) Method

Definition

List CommunityResource resources by resource group

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Mission/communities.
  • Operation Id. : Community_ListByResourceGroup.
  • Default Api Version. : 2025-05-01-preview.
public virtual Azure.AsyncPageable<Azure.ResourceManager.VirtualEnclaves.VirtualEnclaveCommunityResource> GetAllAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.VirtualEnclaves.VirtualEnclaveCommunityResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.VirtualEnclaves.VirtualEnclaveCommunityResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of VirtualEnclaveCommunityResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to