Share via


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: UserAssignedIdentities_ListByResourceGroup
  • Default Api Version: 2023-01-31
  • Resource: UserAssignedIdentityResource
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

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

Applies to