次の方法で共有


SharedGalleryImagesOperationsExtensions.GetAsync メソッド

定義

サブスクリプション ID またはテナント ID で共有ギャラリー イメージを取得します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.SharedGalleryImage> GetAsync(this Microsoft.Azure.Management.Compute.ISharedGalleryImagesOperations operations, string location, string galleryUniqueName, string galleryImageName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Compute.ISharedGalleryImagesOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.SharedGalleryImage>
<Extension()>
Public Function GetAsync (operations As ISharedGalleryImagesOperations, location As String, galleryUniqueName As String, galleryImageName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of SharedGalleryImage)

パラメーター

operations
ISharedGalleryImagesOperations

この拡張メソッドの操作グループ。

location
String

リソースの場所。

galleryUniqueName
String

共有ギャラリーの一意の名前。

galleryImageName
String

イメージ バージョンの一覧表示元となる共有ギャラリー イメージ定義の名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象