次の方法で共有


BlueprintResource.GetBlueprintArtifact(String, CancellationToken) メソッド

定義

ブループリント成果物を取得します。

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

パラメーター

artifactName
String

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

cancellationToken
CancellationToken

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

戻り値

例外

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

artifactName が null です。

適用対象