次の方法で共有


CommunityGalleryImageVersionCollection.GetAsync メソッド

定義

コミュニティ ギャラリーのイメージ バージョンを取得します。

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/communityGalleries/{publicGalleryName}/images/{galleryImageName}/versions/{galleryImageVersionName}
  • 操作IdCommunityGalleryImageVersions_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Compute.CommunityGalleryImageVersionResource>> GetAsync (string galleryImageVersionName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Compute.CommunityGalleryImageVersionResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Compute.CommunityGalleryImageVersionResource>>
Public Overridable Function GetAsync (galleryImageVersionName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of CommunityGalleryImageVersionResource))

パラメーター

galleryImageVersionName
String

コミュニティ ギャラリーイメージバージョンの名前。 セマンティック バージョン名パターンに従う必要があります。使用できる文字は数字とピリオドです。 数字は、32 ビット整数の範囲内である必要があります。 形式:<MajorVersion>.<MinorVersion>.<Patch>。

cancellationToken
CancellationToken

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

戻り値

例外

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

galleryImageVersionName が null です。

適用対象