次の方法で共有


BlueprintResource.GetPublishedBlueprintsAsync(CancellationToken) メソッド

定義

特定のブループリント定義の発行済みバージョンを一覧表示します。

  • 要求パス/{resourceScope}/providers/Microsoft.Blueprint/blueprints/{blueprintName}/versions
  • 操作IdPublishedBlueprints_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.Blueprint.PublishedBlueprintResource> GetPublishedBlueprintsAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetPublishedBlueprintsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Blueprint.PublishedBlueprintResource>
override this.GetPublishedBlueprintsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Blueprint.PublishedBlueprintResource>
Public Overridable Function GetPublishedBlueprintsAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of PublishedBlueprintResource)

パラメーター

cancellationToken
CancellationToken

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

戻り値

反復処理するために複数の PublishedBlueprintResource サービス要求を受け取る可能性がある の非同期コレクション。

適用対象