CommunityGalleryImageResource.GetCommunityGalleryImageVersionAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
コミュニティ ギャラリーのイメージ バージョンを取得します。
- 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>> GetCommunityGalleryImageVersionAsync (string galleryImageVersionName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetCommunityGalleryImageVersionAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Compute.CommunityGalleryImageVersionResource>>
override this.GetCommunityGalleryImageVersionAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Compute.CommunityGalleryImageVersionResource>>
Public Overridable Function GetCommunityGalleryImageVersionAsync (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 です。