次の方法で共有


GalleryImagesOperationsExtensions.Get メソッド

定義

ギャラリー イメージ定義に関する情報を取得します。

public static Microsoft.Azure.Management.Compute.Models.GalleryImage Get (this Microsoft.Azure.Management.Compute.IGalleryImagesOperations operations, string resourceGroupName, string galleryName, string galleryImageName);
static member Get : Microsoft.Azure.Management.Compute.IGalleryImagesOperations * string * string * string -> Microsoft.Azure.Management.Compute.Models.GalleryImage
<Extension()>
Public Function Get (operations As IGalleryImagesOperations, resourceGroupName As String, galleryName As String, galleryImageName As String) As GalleryImage

パラメーター

operations
IGalleryImagesOperations

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

resourceGroupName
String

リソース グループの名前。

galleryName
String

イメージ定義の取得元となるShared Image Galleryの名前。

galleryImageName
String

取得するギャラリー イメージ定義の名前。

戻り値

適用対象