次の方法で共有


GalleryApplicationsOperationsExtensions.ListByGallery メソッド

定義

ギャラリー内のギャラリーアプリケーション定義を一覧表示します。

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

パラメーター

operations
IGalleryApplicationsOperations

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

resourceGroupName
String

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

galleryName
String

アプリケーション定義の一覧表示元となる共有アプリケーション ギャラリーの名前。

戻り値

適用対象