Aracılığıyla paylaş


BlueprintVersionArtifactResource.Get(CancellationToken) Method

Definition

Get an artifact for a published blueprint definition.

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to