Partilhar via


BlueprintResource.GetBlueprintArtifactAsync(String, CancellationToken) Método

Definição

Obtenha um artefato de blueprint.

  • Caminho da Solicitação/{resourceScope}/providers/Microsoft.Blueprint/blueprints/{blueprintName}/artifacts/{artifactName}
  • Operação IdArtifacts_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Blueprint.BlueprintArtifactResource>> GetBlueprintArtifactAsync (string artifactName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetBlueprintArtifactAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Blueprint.BlueprintArtifactResource>>
override this.GetBlueprintArtifactAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Blueprint.BlueprintArtifactResource>>
Public Overridable Function GetBlueprintArtifactAsync (artifactName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of BlueprintArtifactResource))

Parâmetros

artifactName
String

Nome do artefato de blueprint.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

artifactName é uma cadeia de caracteres vazia e esperava-se que não estivesse vazia.

artifactName é nulo.

Aplica-se a