你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

BlueprintResource.GetBlueprintArtifactAsync(String, CancellationToken) 方法

定义

获取蓝图项目。

  • 请求路径/{resourceScope}/providers/Microsoft.Blueprint/blueprints/{blueprintName}/artifacts/{artifactName}
  • 操作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))

参数

artifactName
String

蓝图项目的名称。

cancellationToken
CancellationToken

要使用的取消标记。

返回

例外

artifactName 是一个空字符串,预期为非空。

artifactName 为 null。

适用于