BlueprintResource.GetPublishedBlueprintsAsync(CancellationToken) Method

Definition

List published versions of given blueprint definition.

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to