次の方法で共有


SharedGalleryImageVersionCollection.GetAll メソッド

定義

サブスクリプション ID またはテナント ID で共有ギャラリー イメージのバージョンを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/sharedGalleries/{galleryUniqueName}/images/{galleryImageName}/versions
  • 操作IdSharedGalleryImageVersions_List
public virtual Azure.Pageable<Azure.ResourceManager.Compute.SharedGalleryImageVersionResource> GetAll (Azure.ResourceManager.Compute.Models.SharedToValue? sharedTo = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : Nullable<Azure.ResourceManager.Compute.Models.SharedToValue> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Compute.SharedGalleryImageVersionResource>
override this.GetAll : Nullable<Azure.ResourceManager.Compute.Models.SharedToValue> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Compute.SharedGalleryImageVersionResource>
Public Overridable Function GetAll (Optional sharedTo As Nullable(Of SharedToValue) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of SharedGalleryImageVersionResource)

パラメーター

sharedTo
Nullable<SharedToValue>

リスト操作の実行時にフェッチする共有ギャラリーを決定するクエリ パラメーター。

cancellationToken
CancellationToken

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

戻り値

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

適用対象