次の方法で共有


CommunityGalleryImageResource.GetCommunityGalleryImageVersion メソッド

定義

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

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

パラメーター

galleryImageVersionName
String

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

cancellationToken
CancellationToken

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

戻り値

例外

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

galleryImageVersionName が null です。

適用対象