BlueprintCollection.GetAll(CancellationToken) Method

Definition

List blueprint definitions.

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to