次の方法で共有


CommunityGalleryImagesOperationsExtensions.Get メソッド

定義

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

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

パラメーター

operations
ICommunityGalleryImagesOperations

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

location
String

リソースの場所。

publicGalleryName
String

コミュニティ ギャラリーのパブリック名。

galleryImageName
String

コミュニティ ギャラリーイメージ定義の名前。

戻り値

適用対象