AssignmentCollection.GetAllAsync(CancellationToken) Method

Definition

List blueprint assignments within a subscription or a management group.

  • Request Path: /{resourceScope}/providers/Microsoft.Blueprint/blueprintAssignments
  • Operation Id: Assignments_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.Blueprint.AssignmentResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Blueprint.AssignmentResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Blueprint.AssignmentResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of AssignmentResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to