次の方法で共有


GalleriesOperationsExtensions.ListByResourceGroup メソッド

定義

リソース グループの下にギャラリーを一覧表示します。

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

パラメーター

operations
IGalleriesOperations

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

resourceGroupName
String

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

戻り値

適用対象