次の方法で共有


BlueprintVersionArtifactCollection.Get(String, CancellationToken) メソッド

定義

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

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

パラメーター

artifactName
String

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

cancellationToken
CancellationToken

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

戻り値

例外

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

artifactName が null です。

適用対象