次の方法で共有


PublishedBlueprintResource.GetBlueprintVersionArtifactAsync メソッド

定義

発行されたブループリント定義の成果物を取得します。

  • 要求パス/{resourceScope}/providers/Microsoft.Blueprint/blueprints/{blueprintName}/versions/{versionId}/artifacts/{artifactName}
  • 操作IdPublishedArtifacts_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Blueprint.BlueprintVersionArtifactResource>> GetBlueprintVersionArtifactAsync (string artifactName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetBlueprintVersionArtifactAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Blueprint.BlueprintVersionArtifactResource>>
override this.GetBlueprintVersionArtifactAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Blueprint.BlueprintVersionArtifactResource>>
Public Overridable Function GetBlueprintVersionArtifactAsync (artifactName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of BlueprintVersionArtifactResource))

パラメーター

artifactName
String

ブループリント 成果物の名前。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

artifactName は空の文字列であり、空でないと想定されていました。

artifactName が null です。

適用対象