AssignmentOperationCollection.GetAllAsync(CancellationToken) Method

Definition

List operations for given blueprint assignment within a subscription or a management group.

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to