UserAssignedIdentityCollection.GetAllAsync(CancellationToken) Method

Definition

Lists all the userAssignedIdentities available under the specified ResourceGroup.

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to