次の方法で共有


BlueprintArtifactCollection クラス

定義

のコレクション BlueprintArtifactResource とその操作を表すクラス。 コレクション内の各 BlueprintArtifactResource は、 の同じインスタンス BlueprintResourceに属します。 インスタンスを BlueprintArtifactCollection 取得するには、 のインスタンス BlueprintResourceから GetBlueprintArtifacts メソッドを呼び出します。

public class BlueprintArtifactCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.Blueprint.BlueprintArtifactResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Blueprint.BlueprintArtifactResource>
type BlueprintArtifactCollection = class
    inherit ArmCollection
    interface seq<BlueprintArtifactResource>
    interface IEnumerable
    interface IAsyncEnumerable<BlueprintArtifactResource>
Public Class BlueprintArtifactCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of BlueprintArtifactResource), IEnumerable(Of BlueprintArtifactResource)
継承
BlueprintArtifactCollection
実装

コンストラクター

BlueprintArtifactCollection()

モック作成のために クラスの BlueprintArtifactCollection 新しいインスタンスを初期化します。

プロパティ

Client

このリソース クライアントの ArmClient 作成元を取得します。

(継承元 ArmCollection)
Diagnostics

このリソース クライアントの診断オプションを取得します。

(継承元 ArmCollection)
Endpoint

このリソース クライアントのベース URI を取得します。

(継承元 ArmCollection)
Id

リソース識別子を取得します。

(継承元 ArmCollection)
Pipeline

このリソース クライアントのパイプラインを取得します。

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, ArtifactData, CancellationToken)

ブループリント 成果物を作成または更新します。

  • 要求パス/{resourceScope}/providers/Microsoft.Blueprint/blueprints/{blueprintName}/artifacts/{artifactName}
  • 操作IdArtifacts_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, ArtifactData, CancellationToken)

ブループリント 成果物を作成または更新します。

  • 要求パス/{resourceScope}/providers/Microsoft.Blueprint/blueprints/{blueprintName}/artifacts/{artifactName}
  • 操作IdArtifacts_CreateOrUpdate
Exists(String, CancellationToken)

リソースが Azure に存在するかどうかを確認します。

  • 要求パス/{resourceScope}/providers/Microsoft.Blueprint/blueprints/{blueprintName}/artifacts/{artifactName}
  • 操作IdArtifacts_Get
ExistsAsync(String, CancellationToken)

リソースが Azure に存在するかどうかを確認します。

  • 要求パス/{resourceScope}/providers/Microsoft.Blueprint/blueprints/{blueprintName}/artifacts/{artifactName}
  • 操作IdArtifacts_Get
Get(String, CancellationToken)

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

  • 要求パス/{resourceScope}/providers/Microsoft.Blueprint/blueprints/{blueprintName}/artifacts/{artifactName}
  • 操作IdArtifacts_Get
GetAll(CancellationToken)

特定のブループリント定義の成果物を一覧表示します。

  • 要求パス/{resourceScope}/providers/Microsoft.Blueprint/blueprints/{blueprintName}/artifacts
  • 操作IdArtifacts_List
GetAllAsync(CancellationToken)

特定のブループリント定義の成果物を一覧表示します。

  • 要求パス/{resourceScope}/providers/Microsoft.Blueprint/blueprints/{blueprintName}/artifacts
  • 操作IdArtifacts_List
GetAsync(String, CancellationToken)

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

  • 要求パス/{resourceScope}/providers/Microsoft.Blueprint/blueprints/{blueprintName}/artifacts/{artifactName}
  • 操作IdArtifacts_Get
TryGetApiVersion(ResourceType, String)

現在のクライアント オプションに対して設定されている場合は、API バージョンのオーバーライドを取得します。

(継承元 ArmCollection)

明示的なインターフェイスの実装

IAsyncEnumerable<BlueprintArtifactResource>.GetAsyncEnumerator(CancellationToken)

コレクションを非同期に反復処理する列挙子を返します。

IEnumerable.GetEnumerator()

コレクションを反復処理する列挙子を返します。

IEnumerable<BlueprintArtifactResource>.GetEnumerator()

コレクションを反復処理する列挙子を返します。

適用対象