AssignmentCollection.GetAll(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.Pageable<Azure.ResourceManager.Blueprint.AssignmentResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Blueprint.AssignmentResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Blueprint.AssignmentResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of AssignmentResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to