BlueprintCollection.GetAllAsync(CancellationToken) Method

Definition

List blueprint definitions.

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to