次の方法で共有


GalleryApplicationsOperationsExtensions.Get メソッド

定義

ギャラリーアプリケーション定義に関する情報を取得します。

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

パラメーター

operations
IGalleryApplicationsOperations

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

resourceGroupName
String

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

galleryName
String

アプリケーション定義の取得元となる共有アプリケーション ギャラリーの名前。

galleryApplicationName
String

取得するギャラリーアプリケーション定義の名前。

戻り値

適用対象