次の方法で共有


PublishedBlueprintCollection クラス

定義

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

public class PublishedBlueprintCollection : Azure.ResourceManager.ArmCollection
type PublishedBlueprintCollection = class
    inherit ArmCollection
Public Class PublishedBlueprintCollection
Inherits ArmCollection
継承
PublishedBlueprintCollection

コンストラクター

PublishedBlueprintCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, PublishedBlueprintData, CancellationToken)

最新の成果物を使用して、ブループリント定義の新しいバージョンを発行します。 発行されたブループリント定義は不変です。

  • 要求パス/{resourceScope}/providers/Microsoft.Blueprint/blueprints/{blueprintName}/versions/{versionId}
  • 操作IdPublishedBlueprints_Create
CreateOrUpdateAsync(WaitUntil, String, PublishedBlueprintData, CancellationToken)

最新の成果物を使用して、ブループリント定義の新しいバージョンを発行します。 発行されたブループリント定義は不変です。

  • 要求パス/{resourceScope}/providers/Microsoft.Blueprint/blueprints/{blueprintName}/versions/{versionId}
  • 操作IdPublishedBlueprints_Create
Exists(String, CancellationToken)

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

  • 要求パス/{resourceScope}/providers/Microsoft.Blueprint/blueprints/{blueprintName}/versions/{versionId}
  • 操作IdPublishedBlueprints_Get
ExistsAsync(String, CancellationToken)

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

  • 要求パス/{resourceScope}/providers/Microsoft.Blueprint/blueprints/{blueprintName}/versions/{versionId}
  • 操作IdPublishedBlueprints_Get
Get(String, CancellationToken)

ブループリント定義の発行済みバージョンを取得します。

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

ブループリント定義の発行済みバージョンを取得します。

  • 要求パス/{resourceScope}/providers/Microsoft.Blueprint/blueprints/{blueprintName}/versions/{versionId}
  • 操作IdPublishedBlueprints_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

適用対象