Share via


BlueprintVersionArtifactCollection.GetAll(CancellationToken) Method

Definition

List artifacts for a version of a published blueprint definition.

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to