次の方法で共有


SharedGalleryImagesOperationsExtensions.Get メソッド

定義

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

public static Microsoft.Azure.Management.Compute.Models.SharedGalleryImage Get(this Microsoft.Azure.Management.Compute.ISharedGalleryImagesOperations operations, string location, string galleryUniqueName, string galleryImageName);
static member Get : Microsoft.Azure.Management.Compute.ISharedGalleryImagesOperations * string * string * string -> Microsoft.Azure.Management.Compute.Models.SharedGalleryImage
<Extension()>
Public Function Get (operations As ISharedGalleryImagesOperations, location As String, galleryUniqueName As String, galleryImageName As String) As SharedGalleryImage

パラメーター

operations
ISharedGalleryImagesOperations

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

location
String

リソースの場所。

galleryUniqueName
String

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

galleryImageName
String

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

戻り値

適用対象